Renamed UnitTesterHelper.* to UnitTester.*.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@14793 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
+2
-2
@@ -11,9 +11,9 @@ UnitTestLib libexampletest.so
|
|||||||
;
|
;
|
||||||
|
|
||||||
UnitTest UnitTester
|
UnitTest UnitTester
|
||||||
: UnitTesterHelper.cpp
|
: UnitTester.cpp
|
||||||
: be $(TARGET_LIBSTDC++)
|
: be $(TARGET_LIBSTDC++)
|
||||||
: UnitTesterHelper.rsrc
|
: UnitTester.rsrc
|
||||||
;
|
;
|
||||||
|
|
||||||
# Install libbe and other libraries for target platform libbe_test.
|
# Install libbe and other libraries for target platform libbe_test.
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
#include <iostream>
|
#include <iostream>
|
||||||
|
|
||||||
#include "UnitTesterHelper.h"
|
#include "UnitTester.h"
|
||||||
#include <SemaphoreSyncObject.h>
|
#include <SemaphoreSyncObject.h>
|
||||||
#include <Directory.h>
|
#include <Directory.h>
|
||||||
|
|
||||||
Reference in New Issue
Block a user