We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 658c30c commit b9508d4Copy full SHA for b9508d4
syntax/Makefile
@@ -71,20 +71,11 @@ test: build-native lib/test.exe
71
./lib/test.exe
72
73
roundtrip-test: bootstrap lib/test.exe
74
- ROUNDTRIP_TEST=1 ./node_modules/.bin/jest
75
./node_modules/.bin/reanalyze -all-cmt . -suppress tests
+ ROUNDTRIP_TEST=1 ./node_modules/.bin/jest
76
77
78
-termination:
79
- ./node_modules/.bin/reanalyze -termination-cmt . -suppress tests
80
-
81
-dce:
82
- ./node_modules/.bin/reanalyze -dce-cmt . -suppress tests
83
84
-exception:
85
- ./node_modules/.bin/reanalyze -exception-cmt . -suppress tests
86
87
-reanalyze:
+reanalyze: build-native lib/test.exe
88
89
90
clean:
0 commit comments