Refactor stress tests to make them runnable in reactor mode (#2614)

This commit is contained in:
Maks Litskevich
2023-10-04 01:10:10 +01:00
committed by GitHub
parent 64baf54d88
commit 28ebd57400
7 changed files with 86 additions and 48 deletions

View File

@ -60,6 +60,7 @@ for test_c in *.c; do
-Wl,--export=wasi_thread_start \
-Wl,--export=malloc \
-Wl,--export=free \
-Wl,--export=test \
$sysroot_command \
$test_c -o $test_wasm
done