summaryrefslogtreecommitdiffstats
path: root/base/server/test
diff options
context:
space:
mode:
authorEndi S. Dewata <edewata@redhat.com>2015-02-24 21:02:13 -0500
committerEndi S. Dewata <edewata@redhat.com>2015-03-05 11:30:22 -0500
commit9bccfa9fcf2ea8361f1a32ea89ec69d37a4e43a8 (patch)
tree2b22b0ea1472d69ea6d406f0da92d552bd41f087 /base/server/test
parentf39e3387f8a671ef97a08d1c0c3e4b2b6fd65ad3 (diff)
downloadpki-9bccfa9fcf2ea8361f1a32ea89ec69d37a4e43a8.tar.gz
pki-9bccfa9fcf2ea8361f1a32ea89ec69d37a4e43a8.tar.xz
pki-9bccfa9fcf2ea8361f1a32ea89ec69d37a4e43a8.zip
Fixed CMake issues on F22.
Some CMake scripts have been updated to work on both F21 and F22. https://fedorahosted.org/pki/ticket/1281
Diffstat (limited to 'base/server/test')
-rw-r--r--base/server/test/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/base/server/test/CMakeLists.txt b/base/server/test/CMakeLists.txt
index ff359b2a8..5abd26409 100644
--- a/base/server/test/CMakeLists.txt
+++ b/base/server/test/CMakeLists.txt
@@ -72,4 +72,4 @@ add_junit_test(test-pki-server
)
# include test into the main test
-add_dependencies(test test-pki-server)
+add_dependencies(unit-test test-pki-server)