mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-26 01:51:41 +00:00
Enable "make test" on cmake.
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
file(GLOB SRCS *.cpp)
|
||||
|
||||
add_executable(testntcore ${SRCS})
|
||||
add_test(testntcore testntcore)
|
||||
|
||||
if(MSVC)
|
||||
target_link_libraries(testntcore
|
||||
|
||||
Reference in New Issue
Block a user