Even if they're not using QTest, group manual tests together
This commit is contained in:
parent
eef79c96a8
commit
42ad3813d3
1 changed files with 1 additions and 2 deletions
|
@ -29,8 +29,7 @@ target_link_libraries(danbooru PUBLIC
|
||||||
|
|
||||||
install(TARGETS danbooru ${INSTALL_TARGETS_DEFAULT_ARGS})
|
install(TARGETS danbooru ${INSTALL_TARGETS_DEFAULT_ARGS})
|
||||||
|
|
||||||
add_subdirectory(tests)
|
|
||||||
|
|
||||||
if (Qt5Test_FOUND)
|
if (Qt5Test_FOUND)
|
||||||
add_subdirectory(autotests)
|
add_subdirectory(autotests)
|
||||||
|
add_subdirectory(tests)
|
||||||
endif()
|
endif()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue