mirror of
https://github.com/vsariola/sointu.git
synced 2025-07-19 05:24:48 -04:00
Implement ctest unit test, first test simply testing that envelope works as it used to.
This commit is contained in:
7
tests/CMakeLists.txt
Normal file
7
tests/CMakeLists.txt
Normal file
@ -0,0 +1,7 @@
|
||||
add_executable(test_env test_env.asm test_renderer.c test_env_expected.raw)
|
||||
add_custom_command(
|
||||
TARGET test_env POST_BUILD
|
||||
COMMAND ${CMAKE_COMMAND} -E copy
|
||||
${CMAKE_SOURCE_DIR}/tests/test_env_expected.raw
|
||||
${CMAKE_CURRENT_BINARY_DIR}/test_env_expected.raw)
|
||||
add_test(test_env test_env)
|
Reference in New Issue
Block a user