forked from pool/cmake
- convert ctest to non-paramatic macro like the other cmake* ones
are OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/cmake?expand=0&rev=588
This commit is contained in:
parent
e0903fafcc
commit
ce4ec39acd
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Jul 6 12:49:27 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
- convert ctest to non-paramatic macro like the other cmake* ones
|
||||||
|
are
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Jul 3 05:50:53 UTC 2024 - Christoph G <foss@grueninger.de>
|
Wed Jul 3 05:50:53 UTC 2024 - Christoph G <foss@grueninger.de>
|
||||||
|
|
||||||
|
@ -76,7 +76,7 @@
|
|||||||
%cmake_install \
|
%cmake_install \
|
||||||
DESTDIR=%{buildroot} %__builder install -C %__builddir
|
DESTDIR=%{buildroot} %__builder install -C %__builddir
|
||||||
|
|
||||||
%ctest(:-:) \
|
%ctest \
|
||||||
cd %__builddir \
|
cd %__builddir \
|
||||||
%__ctest --output-on-failure --force-new-ctest-process %{?_smp_mflags} %** \
|
%__ctest --output-on-failure --force-new-ctest-process %{?_smp_mflags} \
|
||||||
cd ..
|
cd ..
|
||||||
|
Loading…
Reference in New Issue
Block a user