Skip to content

Commit

Permalink
Disable ARCdigi test for now
Browse files Browse the repository at this point in the history
  • Loading branch information
BrieucF committed Feb 9, 2024
1 parent edc03ee commit 2667dbb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions ARCdigi/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,6 @@ install(TARGETS ${PackageName}

install(FILES ${scripts} DESTINATION test)

SET(test_name "test_runARCdigitizer")
ADD_TEST(NAME ${test_name} COMMAND k4run test/runARCdigitizer.py)
set_test_env(${test_name})
#SET(test_name "test_runARCdigitizer")
#ADD_TEST(NAME ${test_name} COMMAND k4run test/runARCdigitizer.py)
#set_test_env(${test_name})
2 changes: 1 addition & 1 deletion DCHdigi/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
set(PackageName DCHDigi)
set(PackageName DCHdigi)

project(${PackageName})

Expand Down

0 comments on commit 2667dbb

Please sign in to comment.