mirror of
https://github.com/QuasarApp/qca.git
synced 2025-05-12 10:49:32 +00:00
just "make test" and it will run the appropriate tests. svn path=/trunk/kdesupport/qca/; revision=609827
12 lines
291 B
CMake
12 lines
291 B
CMake
ENABLE_TESTING()
|
|
|
|
set(base64unittest_bin_SRCS base64unittest.cpp)
|
|
|
|
MY_AUTOMOC( base64unittest_bin_SRCS )
|
|
|
|
add_executable(base64unittest ${base64unittest_bin_SRCS} )
|
|
|
|
target_link_libraries( base64unittest qca ${QT_QTTEST_LIBRARY})
|
|
|
|
ADD_TEST(Base64 ${EXECUTABLE_OUTPUT_PATH}/base64unittest)
|