Commit e8824827 authored by Robert Schmidt's avatar Robert Schmidt

Repair ds test CMakeLists.txt

parent 6bca0d3e
add_executable(test_seq_arr test_seq_array.c ../seq_arr.c ../../alg/find.c ../../alg/foreach.c)
add_executable(test_seq_arr test_seq_array.c)
target_link_libraries(test_seq_arr ds alg)
add_dependencies(tests test_seq_arr)
add_test(NAME test_seq_arr COMMAND my_new_test) # no options required
add_test(NAME test_seq_arr COMMAND test_seq_arr) # no options required
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment