]> git.pld-linux.org Git - packages/kf5-kauth.git/commitdiff
- bcond_with tests
authorWitold Filipczyk <witekfl@poczta.onet.pl>
Tue, 5 Apr 2022 16:01:20 +0000 (18:01 +0200)
committerWitold Filipczyk <witekfl@poczta.onet.pl>
Tue, 5 Apr 2022 16:01:20 +0000 (18:01 +0200)
kf5-kauth.spec

index d521aebb3f045eac7b06c29fcca08854fbd4fbc4..c8cf73e1b64c03673a46f1edfc184a0ce1a20060 100644 (file)
@@ -1,3 +1,6 @@
+#
+# Conditional build:
+%bcond_with    tests           # build with tests
 # TODO:
 # - runtime Requires if any
 %define                kdeframever     5.92
@@ -64,10 +67,16 @@ Pliki nagłówkowe dla programistów używających %{kfname}.
 install -d build
 cd build
 %cmake -G Ninja \
+       %{!?with_tests:-DBUILD_TESTING=OFF} \
        -DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
        ../
 %ninja_build
 
+%if %{with tests}
+ctest
+%endif
+
+
 %install
 rm -rf $RPM_BUILD_ROOT
 %ninja_install -C build
This page took 0.313143 seconds and 4 git commands to generate.