mirror of
https://github.com/vsariola/sointu.git
synced 2025-07-18 21:14:31 -04:00
Add regression test to test panning opcode.
This commit is contained in:
@ -4,5 +4,11 @@ add_test(test_envelope test_envelope)
|
||||
add_executable(test_load test_load.asm test_renderer.c test_load_expected.raw)
|
||||
add_test(test_load test_load)
|
||||
|
||||
add_executable(test_panning test_panning.asm test_renderer.c test_panning_expected.raw)
|
||||
add_test(test_panning test_panning)
|
||||
|
||||
set_tests_properties(test_envelope PROPERTIES FIXTURES_SETUP ENVELOPE)
|
||||
set_tests_properties(test_panning PROPERTIES FIXTURES_REQUIRED ENVELOPE)
|
||||
|
||||
file(GLOB RAW_FILES "${CMAKE_SOURCE_DIR}/tests/*.raw")
|
||||
file(COPY ${RAW_FILES} DESTINATION ${CMAKE_CURRENT_BINARY_DIR})
|
Reference in New Issue
Block a user