Skip to content

Commit

Permalink
Remove the tests custom target
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcarcell authored and tmadlener committed Aug 15, 2023
1 parent 513d0aa commit ecf8fba
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions source/test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
INCLUDE_DIRECTORIES( . )

# helper macro for adding tests
ADD_CUSTOM_TARGET( tests )
MACRO( ADD_LCCD_TEST _testname )

IF( BUILD_TESTING )
Expand All @@ -17,8 +16,6 @@ MACRO( ADD_LCCD_TEST _testname )

TARGET_LINK_LIBRARIES( ${_testname} lccd )

ADD_DEPENDENCIES( tests ${_testname} )

#INSTALL( TARGETS ${_testname} DESTINATION bin/lccd_tests )

ENDMACRO( ADD_LCCD_TEST )
Expand Down

0 comments on commit ecf8fba

Please sign in to comment.