diff options
Diffstat (limited to 'Tests/LibWeb/CMakeLists.txt')
-rw-r--r-- | Tests/LibWeb/CMakeLists.txt | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Tests/LibWeb/CMakeLists.txt b/Tests/LibWeb/CMakeLists.txt index 0a0aa280c8..4ddba42a05 100644 --- a/Tests/LibWeb/CMakeLists.txt +++ b/Tests/LibWeb/CMakeLists.txt @@ -1,3 +1,2 @@ -add_executable(test-web test-web.cpp) -target_link_libraries(test-web LibCore LibWeb) +serenity_testjs_test(test-web.cpp test-web LIBS LibWeb) install(TARGETS test-web RUNTIME DESTINATION bin) |