From 8384132e9f8d70c0d23cb1c37e51b064405a1a6d Mon Sep 17 00:00:00 2001 From: Andreas Stöckel Date: Thu, 11 Dec 2014 22:41:23 +0100 Subject: registered boost unit test, updated dependencies.txt --- CMakeLists.txt | 1 + dependencies.txt | 1 + 2 files changed, 2 insertions(+) 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 ================= -- cgit v1.2.3