Skip to content

Commit 9b2c743

Browse files
committed
fix tests
1 parent 3576b29 commit 9b2c743

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

analysis/Makefile

+2
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ test: test-analysis-binary test-reanalyze
2929

3030
clean:
3131
make -C tests clean
32+
make -C tests-generic-jsx-transform clean
33+
make -C tests-incremental-typechecking clean
3234
make -C reanalyze clean
3335

3436
.PHONY: build-reanalyze build-tests dce clean test

analysis/tests-incremental-typechecking/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ SHELL = /bin/bash
33
node_modules/.bin/rescript:
44
npm install
55

6-
build:
6+
build: node_modules/.bin/rescript
77
node_modules/.bin/rescript > /dev/null || true
88

99
test: build

0 commit comments

Comments
 (0)