summaryrefslogtreecommitdiffstats
path: root/pki/specs/pki-core.spec
diff options
context:
space:
mode:
authorEndi Sukma Dewata <edewata@redhat.com>2011-11-23 22:24:21 -0800
committerAdam Young <ayoung@redhat.com>2011-11-28 16:55:12 -0500
commit02d13e6c2f06efb6a7901a6a8f239492ba49a66c (patch)
tree467b262b8e1a91c865752778e3100ac147a5b6d8 /pki/specs/pki-core.spec
parent22bb099f2020e2dc596b1ee5b843165edc7a30d6 (diff)
downloadpki-02d13e6c2f06efb6a7901a6a8f239492ba49a66c.tar.gz
pki-02d13e6c2f06efb6a7901a6a8f239492ba49a66c.tar.xz
pki-02d13e6c2f06efb6a7901a6a8f239492ba49a66c.zip
Added support for JUnit in CMake.
A new function add_junit_test() has been added to execute JUnit tests in CMake. The function is used to execute the unit tests in the common package. Ticket #36
Diffstat (limited to 'pki/specs/pki-core.spec')
-rw-r--r--pki/specs/pki-core.spec5
1 files changed, 4 insertions, 1 deletions
diff --git a/pki/specs/pki-core.spec b/pki/specs/pki-core.spec
index 020b31a14..340858145 100644
--- a/pki/specs/pki-core.spec
+++ b/pki/specs/pki-core.spec
@@ -447,7 +447,7 @@ This package is a part of the PKI Core used by the Certificate System.
%{__mkdir_p} build
cd build
%cmake -DVAR_INSTALL_DIR:PATH=/var -DBUILD_PKI_CORE:BOOL=ON -DJAVA_LIB_INSTALL_DIR=%{_jnidir} ..
-%{__make} VERBOSE=1 %{?_smp_mflags}
+%{__make} VERBOSE=1 %{?_smp_mflags} all test
%install
@@ -721,6 +721,9 @@ fi
%changelog
+* Mon Nov 28 2011 Endi S. Dewata <edewata@redhat.com> 9.0.16-2
+- Added JUnit tests
+
* Fri Oct 28 2011 Matthew Harmsen <mharmsen@redhat.com> 9.0.16-1
- 'pki-setup'
- 'pki-symkey'