Even if they're not using QTest, group manual tests together

This commit is contained in:
Luca Beltrame 2015-08-25 16:57:09 +02:00
parent eef79c96a8
commit 42ad3813d3

View file

@ -29,8 +29,7 @@ target_link_libraries(danbooru PUBLIC
install(TARGETS danbooru ${INSTALL_TARGETS_DEFAULT_ARGS})
add_subdirectory(tests)
if (Qt5Test_FOUND)
add_subdirectory(autotests)
add_subdirectory(tests)
endif()