summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gentoobrowse/src/test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/gentoobrowse/src/test.cpp b/gentoobrowse/src/test.cpp
index edb0731..1ba1278 100644
--- a/gentoobrowse/src/test.cpp
+++ b/gentoobrowse/src/test.cpp
@@ -107,7 +107,7 @@ BOOST_AUTO_TEST_CASE( cd )
std::filesystem::current_path(rootDir.parent_path());
}
-BOOST_FIXTURE_TEST_SUITE(ta, CoreWithDefaultRouter);
+BOOST_FIXTURE_TEST_SUITE(ta, CoreWithDefaultRouter, * boost::unit_test::depends_on("cd"));
BOOST_AUTO_TEST_CASE( endpointCount )
{