Using absolute path provided by TOPSRCDIR macro instead of relative path in unit test
parent
7e83844715
commit
5660afd332
|
|
@ -149,7 +149,7 @@ TEST( schedulingExample, test)
|
|||
/* ************************************************************************* */
|
||||
TEST( schedulingExample, smallFromFile)
|
||||
{
|
||||
string path("../../../gtsam_unstable/discrete/examples/");
|
||||
string path(TOPSRCDIR "/gtsam_unstable/discrete/examples/");
|
||||
Scheduler s(2, path + "small.csv");
|
||||
|
||||
// add areas
|
||||
|
|
|
|||
Loading…
Reference in New Issue