File tree 1 file changed +9
-0
lines changed
1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -184,6 +184,15 @@ set_tests_properties(toywasm-cli-exception-handling-test-disable-jump-table PROP
184
184
set_tests_properties (toywasm-cli-exception-handling-test -disable-jump-table PROPERTIES LABELS "exception-handling" )
185
185
endif ()
186
186
187
+ if (TOYWASM_ENABLE_WASM_CUSTOM_PAGE_SIZES)
188
+ add_test (NAME toywasm-cli-wasm3-spec-test -custom-page-sizes
189
+ COMMAND ./test /run-wasm3-spec-test -custom-page-sizes.sh --exec "${TOYWASM_CLI} --repl --repl-prompt=wasm3" --timeout 60 --spectest ${CMAKE_BINARY_DIR} /spectest.wasm
190
+ WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}
191
+ )
192
+ set_tests_properties (toywasm-cli-wasm3-spec-test -custom-page-sizes PROPERTIES ENVIRONMENT "${TEST_ENV} " )
193
+ set_tests_properties (toywasm-cli-wasm3-spec-test -custom-page-sizes PROPERTIES LABELS "spec;custom-page-sizes" )
194
+ endif ()
195
+
187
196
if (TOYWASM_ENABLE_WASI)
188
197
add_test (NAME toywasm-cli-wasi-testsuite
189
198
COMMAND ./test /run-wasi-testsuite.sh
You can’t perform that action at this time.
0 commit comments