Skip to content

Commit

Permalink
Enable the remaining tests for cc64r
Browse files Browse the repository at this point in the history
  • Loading branch information
arichardson committed Jan 28, 2025
1 parent 678ba01 commit dccb0bc
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ endfunction()

function(add_cc_tests _format)
add_cc_tests_target(${_format} simple_test)
if (NOT _format STREQUAL "256" AND NOT _format STREQUAL "64r")
if (NOT _format STREQUAL "256")
add_cc_tests_target(${_format} setbounds_test)
add_cc_tests_target(${_format} random_inputs_test)
endif()
Expand Down
1 change: 1 addition & 0 deletions test/random_inputs_test_64r.cpp
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
#include "random_inputs_test_common.cpp"
3 changes: 3 additions & 0 deletions test/setbounds_test_64r.cpp
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
// TODO: Generate test cases from sail

#include "setbounds_test_common.cpp"

0 comments on commit dccb0bc

Please sign in to comment.