committed by
John Scipione
parent
d5447eb9c0
commit
1a28be27e8
@@ -14,9 +14,10 @@ UnitTestLib liblaunch_daemontest.so :
|
||||
UtilityTest.cpp
|
||||
|
||||
# from the launch_daemon
|
||||
NetworkWatcher.cpp
|
||||
SettingsParser.cpp
|
||||
Conditions.cpp
|
||||
Utility.cpp
|
||||
|
||||
: be libshared.a [ TargetLibstdc++ ] [ TargetLibsupc++ ]
|
||||
: be network bnetapi libshared.a [ TargetLibstdc++ ] [ TargetLibsupc++ ]
|
||||
;
|
||||
|
||||
@@ -50,7 +50,7 @@ UtilityTest::AddTests(BTestSuite& parent)
|
||||
CppUnit::TestSuite& suite = *new CppUnit::TestSuite("UtilityTest");
|
||||
|
||||
suite.addTest(new CppUnit::TestCaller<UtilityTest>(
|
||||
"UtilityTest::TestTranslatePath", &UtilityTest::TestEmpty));
|
||||
"UtilityTest::TestTranslatePath", &UtilityTest::TestTranslatePath));
|
||||
|
||||
parent.addTest("UtilityTest", &suite);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user