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

index 7f918be42ddbc0a9b3069684ea795353ded360f4..3e467cb9236f5b774781211fceabc9cc5a4ad5dd 100644 (file)
@@ -1,3 +1,6 @@
+#
+# Conditional build:
+%bcond_with    tests           # build with tests
 %define                kdeframever     5.92
 %define                qtver           5.9.0
 %define                kfname          kcmutils
@@ -73,10 +76,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.055135 seconds and 4 git commands to generate.