Skip to content

Commit dd01077

Browse files
Remove the old test targets from the Makefile
1 parent e1dfcfe commit dd01077

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

IntegrationTests/Makefile

-11
Original file line numberDiff line numberDiff line change
@@ -34,14 +34,3 @@ run_benchmark:
3434

3535
.PHONY: benchmark
3636
benchmark: benchmark_setup run_benchmark
37-
38-
.PHONY: primary_test
39-
primary_test: build_rt dist/PrimaryTests.wasm
40-
$(NODEJS) bin/primary-tests.js
41-
42-
.PHONY: concurrency_test
43-
concurrency_test: build_rt dist/ConcurrencyTests.wasm
44-
$(NODEJS) bin/concurrency-tests.js
45-
46-
.PHONY: test
47-
test: concurrency_test primary_test

0 commit comments

Comments
 (0)