mirror of
https://github.com/QuasarApp/qca.git
synced 2025-05-13 19:19:33 +00:00
just "make test" and it will run the appropriate tests. svn path=/trunk/kdesupport/qca/; revision=609827
12 lines
308 B
CMake
12 lines
308 B
CMake
ENABLE_TESTING()
|
|
|
|
set(randomunittest_bin_SRCS randomunittest.cpp)
|
|
|
|
MY_AUTOMOC( randomunittest_bin_SRCS )
|
|
|
|
add_executable( randomunittest ${randomunittest_bin_SRCS} )
|
|
|
|
target_link_libraries( randomunittest qca ${QT_QTTEST_LIBRARY})
|
|
|
|
ADD_TEST(RandomNumberGeneration ${EXECUTABLE_OUTPUT_PATH}/randomunittest)
|