Skip to content

Commit a187e44

Browse files
committed
fix tests
1 parent 233c664 commit a187e44

File tree

4 files changed

+3
-27
lines changed

4 files changed

+3
-27
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@ build:
77

88
test:
99
make -C analysis test
10-
make -C tools test
10+
make -C tools/tests test
1111

1212
clean:
1313
dune clean
1414
make -C analysis clean
15-
make -C tools clean
15+
make -C tools/tests clean
1616

1717
format:
1818
dune build @fmt --auto-promote

tools/bin/main.ml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
(* Update here and package.json *)
21
let docHelp =
32
{|ReScript Tools
43

tools/Makefile renamed to tools/tests/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ build: node_modules/.bin/rescript
77
node_modules/.bin/rescript
88

99
test: build
10-
cd tests && ./test.sh
10+
./test.sh
1111

1212
clean:
1313
rm -r node_modules lib

tools/tests/README.md

Lines changed: 0 additions & 23 deletions
This file was deleted.

0 commit comments

Comments
 (0)