Skip to content

Commit

Permalink
add a test to run wcpl
Browse files Browse the repository at this point in the history
  • Loading branch information
yamt committed Jul 24, 2023
1 parent 563ba17 commit b6c30c1
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,13 @@ add_test(NAME toywasm-cli-ffmpeg
)
set_tests_properties(toywasm-cli-ffmpeg PROPERTIES ENVIRONMENT "${TEST_ENV}")
set_tests_properties(toywasm-cli-ffmpeg PROPERTIES LABELS "slow;app")

add_test(NAME toywasm-cli-wcpl
COMMAND ./test/run-wcpl.sh
WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}
)
set_tests_properties(toywasm-cli-wcpl PROPERTIES ENVIRONMENT "${TEST_ENV}")
set_tests_properties(toywasm-cli-wcpl PROPERTIES LABELS "slow;app")
endif() # TOYWASM_ENABLE_WASI

if(NOT TOYWASM_ENABLE_WASM_MULTI_MEMORY)
Expand Down

0 comments on commit b6c30c1

Please sign in to comment.