summaryrefslogtreecommitdiffstats
path: root/base/test
diff options
context:
space:
mode:
authorEndi S. Dewata <edewata@redhat.com>2016-11-04 21:32:01 +0100
committerEndi S. Dewata <edewata@redhat.com>2016-11-11 23:22:07 +0100
commitfdb4b69e839db08f686e744c0dfeff8890068491 (patch)
treeecbf2a2e3294c17263444579768eb0e1203b8cfa /base/test
parent22ca258a846fe95dde281b15be067e6f3e304127 (diff)
downloadpki-fdb4b69e839db08f686e744c0dfeff8890068491.tar.gz
pki-fdb4b69e839db08f686e744c0dfeff8890068491.tar.xz
pki-fdb4b69e839db08f686e744c0dfeff8890068491.zip
Generalized list of files in CMakeLists.txt.
The list of source and class files in some CMake files have been generalized to allow renaming Java packages without changing the CMake files again. https://fedorahosted.org/pki/ticket/6
Diffstat (limited to 'base/test')
-rw-r--r--base/test/src/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/base/test/src/CMakeLists.txt b/base/test/src/CMakeLists.txt
index 6133ff37c..2daf1d6e1 100644
--- a/base/test/src/CMakeLists.txt
+++ b/base/test/src/CMakeLists.txt
@@ -4,7 +4,7 @@ project(pki-test_java NONE)
# TODO: build test only when the test is invoked
javac(pki-test-classes
SOURCES
- com/netscape/test/*.java
+ *.java
CLASSPATH
${XALAN_JAR} ${XERCES_JAR} ${JUNIT_JAR}
OUTPUT_DIR