summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTavian Barnes <tavianator@tavianator.com>2021-01-13 09:41:11 -0500
committerTavian Barnes <tavianator@tavianator.com>2021-01-13 09:41:11 -0500
commit2ca72a38dad1a4afcdbb00e536384024532059a4 (patch)
tree7560978092ee3422f329a6256a8ebe0e98419e68
parent6cd1b2d427a8c7e487d40d371435a2b30cf94ba3 (diff)
downloadbfs-2ca72a38dad1a4afcdbb00e536384024532059a4.tar.xz
tests: -sparse is BSD, not GNU
-rwxr-xr-xtests.sh4
1 files changed, 3 insertions, 1 deletions
diff --git a/tests.sh b/tests.sh
index 8ec983f..c8e94a8 100755
--- a/tests.sh
+++ b/tests.sh
@@ -406,6 +406,9 @@ bsd_tests=(
test_size_big
test_uid_name
+
+ # Optimizer tests
+ test_data_flow_sparse
)
gnu_tests=(
@@ -603,7 +606,6 @@ gnu_tests=(
test_and_false_or_true
test_comma_redundant_true
test_comma_redundant_false
- test_data_flow_sparse
)
bfs_tests=(