We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
swiftwasm
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent 9d8e9a7 commit 3037a07Copy full SHA for 3037a07
Makefile
@@ -12,6 +12,10 @@ build:
12
13
.PHONY: test
14
test:
15
+ @echo Running unit tests
16
+ swift build --build-tests --triple wasm32-unknown-wasi -Xswiftc -Xclang-linker -Xswiftc -mexec-model=reactor -Xlinker --export=main
17
+ node --experimental-wasi-unstable-preview1 scripts/test-harness.js ./.build/wasm32-unknown-wasi/debug/JavaScriptKitPackageTests.wasm
18
+ @echo Running integration tests
19
cd IntegrationTests && \
20
CONFIGURATION=debug make test && \
21
CONFIGURATION=debug SWIFT_BUILD_FLAGS="-Xswiftc -DJAVASCRIPTKIT_WITHOUT_WEAKREFS" make test && \
0 commit comments