summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Stöckel <astoecke@techfak.uni-bielefeld.de>2014-12-11 22:41:23 +0100
committerAndreas Stöckel <astoecke@techfak.uni-bielefeld.de>2014-12-11 22:41:23 +0100
commit8384132e9f8d70c0d23cb1c37e51b064405a1a6d (patch)
tree01abaef219bc7cad5ef8e4a741b4f0dcbe9bc506
parentbe370445362aff67b70f80567b8cf6099c72ddd8 (diff)
registered boost unit test, updated dependencies.txt
-rw-r--r--CMakeLists.txt1
-rw-r--r--dependencies.txt1
2 files changed, 2 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 39d04e1..64285d1 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -232,6 +232,7 @@ IF(TEST)
# Register the unit tests
ADD_TEST(ousia_test_core ousia_test_core)
+ ADD_TEST(ousia_test_boost ousia_test_boost)
ADD_TEST(ousia_test_xml ousia_test_xml)
ADD_TEST(ousia_test_css ousia_test_css)
# ADD_TEST(ousia_test_mozjs ousia_test_mozjs)
diff --git a/dependencies.txt b/dependencies.txt
index 537b411..87cda44 100644
--- a/dependencies.txt
+++ b/dependencies.txt
@@ -6,6 +6,7 @@ The following packages have to be installed (for Fedora)
- cmake
- mozjs24-devel (for the mandatory mozjs plugin)
- expat-devel (for the mandatory XML format)
+- boost-devel (for finding files in the filesystem)
Test dependencies
=================