about summary refs log tree commit diff
path: root/pkgs/by-name/du/duckstation/001-fix-test-inclusion.diff
blob: b2dabe0262db3fbd35e54f16966bd4309273c005 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index 879d46bc..95570f6b 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -20,5 +20,5 @@ if(BUILD_REGTEST)
 endif()
 
 if(BUILD_TESTS)
-  add_subdirectory(common-tests EXCLUDE_FROM_ALL)
+  add_subdirectory(common-tests)
 endif()