Skip to content

Commit 6b5d830

Browse files
committed
regression tests: forgotten bit for the last commit
don't run regression tests twice in `make test`
1 parent c916d59 commit 6b5d830

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Makefile

+3-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ visual_ly:
1010
visual_tex:
1111
cd tests/visual && make tex
1212

13-
# Run regression tests
13+
# Run regression tests on their own
14+
# (they are also included in the structural test suite)
1415
test-regression:
1516
cd tests/regression && ./test.sh
1617

@@ -20,4 +21,4 @@ test-structures:
2021
cd tests/lily_structures && ./test.sh --lily-only
2122

2223
# All automated tests
23-
test: test-unit test-structures test-regression
24+
test: test-unit test-structures

0 commit comments

Comments
 (0)