summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorAndreas Stöckel <astoecke@techfak.uni-bielefeld.de>2015-01-12 00:50:48 +0100
committerAndreas Stöckel <astoecke@techfak.uni-bielefeld.de>2015-01-12 00:50:48 +0100
commit909a9e98999e72262bd353027ce70c6c0377cf9c (patch)
tree46c289fff8934585ffdd79d23ebd0baf68ca76ec /CMakeLists.txt
parent51684c7207a119600c1f818baa13abc64d609690 (diff)
Added (not yet done) unit test for the Argument class
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index c535464..9778b2b 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -197,6 +197,7 @@ IF(TEST)
test/core/ResourceLocatorTest
test/core/TokenizerTest
test/core/XMLTest
+ test/core/common/ArgumentTest
test/core/common/CharReaderTest
test/core/common/FunctionTest
test/core/common/LoggerTest