Skip to content

Commit

Permalink
re-enable for testing this branch
Browse files Browse the repository at this point in the history
  • Loading branch information
brlcad committed Jan 8, 2025
1 parent 9406667 commit cbb3b7a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 1 addition & 3 deletions regress/asc/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
if(SH_EXEC)
if(TARGET asc2g)
brlcad_add_test(NAME regress-asc COMMAND ${SH_EXEC} "${CMAKE_CURRENT_SOURCE_DIR}/asc.sh" ${CMAKE_SOURCE_DIR})

# 20220909CSM - temp disable during delayed testing fix
# BRLCAD_REGRESSION_TEST(regress-asc "asc2g;g2asc;gdiff;dbupgrade" TEST_DEFINED)
BRLCAD_REGRESSION_TEST(regress-asc "asc2g;g2asc;gdiff;dbupgrade" TEST_DEFINED)
endif(TARGET asc2g)

brlcad_add_test(NAME regress-asc2dsp COMMAND ${SH_EXEC} "${CMAKE_CURRENT_SOURCE_DIR}/asc2dsp.sh" ${CMAKE_SOURCE_DIR})
Expand Down
4 changes: 1 addition & 3 deletions regress/weight/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
if(SH_EXEC AND TARGET mged)
brlcad_add_test(NAME regress-weight COMMAND ${SH_EXEC} "${CMAKE_CURRENT_SOURCE_DIR}/weight.sh" ${CMAKE_SOURCE_DIR})

# 20220909CSM - temp disable during delayed testing fix
# BRLCAD_REGRESSION_TEST(regress-weight "rtweight;mged" TEST_DEFINED)
BRLCAD_REGRESSION_TEST(regress-weight "rtweight;mged" TEST_DEFINED)
endif(SH_EXEC AND TARGET mged)

cmakefiles(
Expand Down

0 comments on commit cbb3b7a

Please sign in to comment.