diff options
| author | Dan Goodliffe <dan@randomdan.homeip.net> | 2019-11-12 16:37:03 +0000 | 
|---|---|---|
| committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2019-11-12 16:37:03 +0000 | 
| commit | 8747dcda12e541169a9adc6239754c213ee1c121 (patch) | |
| tree | 41a82b2ba6c60a0bc96235d2a9cd408d72f8cb91 | |
| parent | Move non-transitive property (diff) | |
| download | gentoobrowse-8747dcda12e541169a9adc6239754c213ee1c121.tar.bz2 gentoobrowse-8747dcda12e541169a9adc6239754c213ee1c121.tar.xz gentoobrowse-8747dcda12e541169a9adc6239754c213ee1c121.zip | |
Add test dependency on cd
| -rw-r--r-- | gentoobrowse/src/test.cpp | 2 | 
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 )  { | 
