Commit 00ec6866 authored by jan.koester's avatar jan.koester
Browse files

fixed

parent 3aede000
Loading
Loading
Loading
Loading
+2 −3
Original line number Diff line number Diff line
add_executable(parse parse.c)

if( $ENV{CMAKE_TEST} NOT STREQUAL "FALSE")
if( NOT DEFINED $ENV{CMAKE_DISABLE_TESTS})

add_executable(parse parse.c)
target_link_libraries(parse secureid)

add_test(NAME parse COMMAND $<TARGET_FILE:parse> "${CMAKE_SOURCE_DIR}/test/sid.txt")