diff options
author | Aqua-sama <aqua@iserlohn-fortress.net> | 2018-07-05 12:13:08 +0200 |
---|---|---|
committer | Aqua-sama <aqua@iserlohn-fortress.net> | 2018-07-05 12:13:08 +0200 |
commit | a6bd5a227ecccba76d2486c5a4d6408770e1bcec (patch) | |
tree | a7e754238342651c531d101db9bf745526a230e5 /test | |
parent | Update translations (diff) | |
download | smolbote-a6bd5a227ecccba76d2486c5a4d6408770e1bcec.tar.xz |
Add filter.header
Diffstat (limited to 'test')
-rw-r--r-- | test/CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index 29c95ff..ad2ca1f 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -8,10 +8,10 @@ macro(create_test testname) autotests.qrc ${ARGN}) - target_include_directories(${testname} PRIVATE ../src) + target_include_directories(${testname} PRIVATE ../lib PRIVATE ../src) target_link_libraries(${testname} Qt5::Test Qt5::Concurrent Qt5::WebEngineWidgets) add_test(NAME smolbote-${testname} COMMAND ${testname}) endmacro() -create_test(HostlistTest ../src/webengine/urlinterceptor.cpp ../src/webengine/urlinterceptor.h)
\ No newline at end of file +create_test(HostlistTest ../src/webengine/urlinterceptor.cpp ../src/webengine/urlinterceptor.h) |