btrbk: add mainProgram
[NixPkgs.git] / pkgs / by-name / du / duckstation / 001-fix-test-inclusion.diff
blobb2dabe0262db3fbd35e54f16966bd4309273c005
1 diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
2 index 879d46bc..95570f6b 100644
3 --- a/src/CMakeLists.txt
4 +++ b/src/CMakeLists.txt
5 @@ -20,5 +20,5 @@ if(BUILD_REGTEST)
6 endif()
8 if(BUILD_TESTS)
9 - add_subdirectory(common-tests EXCLUDE_FROM_ALL)
10 + add_subdirectory(common-tests)
11 endif()