We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c916d59 commit 6b5d830Copy full SHA for 6b5d830
Makefile
@@ -10,7 +10,8 @@ visual_ly:
10
visual_tex:
11
cd tests/visual && make tex
12
13
-# Run regression tests
+# Run regression tests on their own
14
+# (they are also included in the structural test suite)
15
test-regression:
16
cd tests/regression && ./test.sh
17
@@ -20,4 +21,4 @@ test-structures:
20
21
cd tests/lily_structures && ./test.sh --lily-only
22
23
# All automated tests
-test: test-unit test-structures test-regression
24
+test: test-unit test-structures
0 commit comments