File tree Expand file tree Collapse file tree 4 files changed +799
-660
lines changed Expand file tree Collapse file tree 4 files changed +799
-660
lines changed Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ add_executable(clownassembler_hash "tests/hash/hash.c")
5252# Misc. test
5353add_test (NAME misc_assemble COMMAND clownassembler -p -i "${CMAKE_CURRENT_SOURCE_DIR} /tests/shim.asm" -o "${CMAKE_CURRENT_BINARY_DIR} /misc.bin" WORKING_DIRECTORY "${CMAKE_CURRENT_SOURCE_DIR} /tests/" )
5454
55- add_test (NAME misc_compare COMMAND clownassembler_hash "${CMAKE_CURRENT_BINARY_DIR} /misc.bin" "8ea25dc5d6339367c4b61c871ac01e0d " )
55+ add_test (NAME misc_compare COMMAND clownassembler_hash "${CMAKE_CURRENT_BINARY_DIR} /misc.bin" "080304d699b602d04c7a81c170b8b623 " )
5656set_tests_properties (misc_compare PROPERTIES DEPENDS misc_assemble)
5757
5858# Test valid MOVE_TO_SR instructions (this is made redundant by the 'valid_instructions' test and will likely be removed in the future).
You can’t perform that action at this time.
0 commit comments