File tree Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -30,14 +30,24 @@ $(OUTPUT): $(SOURCE_FILES)
30
30
build-native : $(OUTPUT ) depend
31
31
32
32
dce : build-native
33
+ @echo " git diff makefile dce 1"
34
+ git diff tests/src/expected/Auto.res.txt
33
35
../node_modules/.bin/reanalyze -dce-cmt src -suppress src/vendor
36
+ @echo " git diff makefile dce 2"
37
+ git diff tests/src/expected/Auto.res.txt
34
38
35
39
tests/node_modules/.bin/rescript :
40
+ @echo " git diff makefile rescript 1"
41
+ git diff tests/src/expected/Auto.res.txt
36
42
@cd tests && npm install
43
+ @echo " git diff makefile rescript 2"
44
+ git diff tests/src/expected/Auto.res.txt
37
45
38
46
test : dce tests/node_modules/.bin/rescript
47
+ @echo " git diff makefile test 1"
48
+ git diff tests/src/expected/Auto.res.txt
39
49
@cd tests && node_modules/.bin/rescript
40
- @echo " git diff makefile"
50
+ @echo " git diff makefile test 2 "
41
51
git diff tests/src/expected/Auto.res.txt
42
52
./test.sh
43
53
You can’t perform that action at this time.
0 commit comments