CMakeLists.txt

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
if(TARGET felspar-check)
    add_test_run(felspar-check felspar-coro TESTS
            bus.cpp
            eager.cpp
            generator.cpp
            lazy.cpp
            starter.cpp
            stream.cpp
            task.cpp
        )
endif()