Fix CMake test list

This commit is contained in:
Corentin Le Molgat
2018-12-28 17:09:08 +01:00
parent c54f01f327
commit affbc1e0c0

View File

@@ -53,7 +53,6 @@ foreach(EXECUTABLE
RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR})
endforeach()
foreach(TEST
costas_array_sat
cvrp_disjoint_tw
@@ -83,8 +82,6 @@ foreach(TEST
#solve
#sports_scheduling_sat # Too long
#strawberry_fields_with_column_generation # Too long
tsp
vrp
#weighted_tardiness_sat
)
add_test(NAME cc_${TEST} COMMAND ${TEST})