summaryrefslogtreecommitdiffstats
path: root/pki/base/test/CMakeLists.txt
diff options
context:
space:
mode:
authorEndi Sukma Dewata <edewata@redhat.com>2011-12-13 14:10:03 -0600
committerAdam Young <ayoung@redhat.com>2011-12-19 10:38:34 -0500
commit6e4b6268b40d5994eb43dd1b5702c5465c974ca1 (patch)
tree49cc61e2b8ff949bd61e98f4aead9d75e290efd4 /pki/base/test/CMakeLists.txt
parent171aaece4f23709d33d180cf36eb3af5e454b0c9 (diff)
downloadpki-6e4b6268b40d5994eb43dd1b5702c5465c974ca1.tar.gz
pki-6e4b6268b40d5994eb43dd1b5702c5465c974ca1.tar.xz
pki-6e4b6268b40d5994eb43dd1b5702c5465c974ca1.zip
Added unit tests for pki-util.
New unit tests have been added to test string converters indirectly. This is to allow replacing the converters with charset encoder and decoder without changing the test cases. The TestRunner has been moved into a separate package such that it can be reused by other packages. Ticket #3
Diffstat (limited to 'pki/base/test/CMakeLists.txt')
-rw-r--r--pki/base/test/CMakeLists.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/pki/base/test/CMakeLists.txt b/pki/base/test/CMakeLists.txt
new file mode 100644
index 000000000..9a4acceef
--- /dev/null
+++ b/pki/base/test/CMakeLists.txt
@@ -0,0 +1,3 @@
+project(test Java)
+
+add_subdirectory(src)