Skip to content

Commit

Permalink
Added test case that RRDP can't handle
Browse files Browse the repository at this point in the history
  • Loading branch information
trolando committed Aug 11, 2024
1 parent d72bcf8 commit 257d0d0
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,8 @@ if(CMAKE_CURRENT_SOURCE_DIR STREQUAL CMAKE_SOURCE_DIR)
add_test(NAME TestSolverPPP COMMAND test_solvers ${CMAKE_CURRENT_SOURCE_DIR}/tests --ppp)
add_test(NAME TestSolverRR COMMAND test_solvers ${CMAKE_CURRENT_SOURCE_DIR}/tests --rr)
add_test(NAME TestSolverDP COMMAND test_solvers ${CMAKE_CURRENT_SOURCE_DIR}/tests --dp)
add_test(NAME TestSolverRRDP COMMAND test_solvers ${CMAKE_CURRENT_SOURCE_DIR}/tests --rrdp)
# THERE IS A BUG IN RRDP -- disable test for now, but it needs to be solved
# add_test(NAME TestSolverRRDP COMMAND test_solvers ${CMAKE_CURRENT_SOURCE_DIR}/tests --rrdp)
add_test(NAME TestSolverPPQ COMMAND test_solvers ${CMAKE_CURRENT_SOURCE_DIR}/tests --ppq)
# test TL and variations
add_test(NAME TestSolverTL COMMAND test_solvers ${CMAKE_CURRENT_SOURCE_DIR}/tests --tl)
Expand Down
8 changes: 8 additions & 0 deletions tests/vb220
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
parity 7;
0 1 1 0,3;
1 3 0 6,0,1;
2 5 0 2,5;
3 6 1 4,3;
4 8 0 2;
5 10 0 1;
6 11 0 3;

0 comments on commit 257d0d0

Please sign in to comment.