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 e1dfcfe commit dd01077Copy full SHA for dd01077
IntegrationTests/Makefile
@@ -34,14 +34,3 @@ run_benchmark:
34
35
.PHONY: benchmark
36
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