2002-07-09 21:43:03 +00:00
|
|
|
SubDir OBOS_TOP src tools cppunit ;
|
2002-07-09 12:24:59 +00:00
|
|
|
|
2003-11-10 00:45:18 +00:00
|
|
|
UseHeaders [ FDirName $(OBOS_TOP) headers tools elfsymbolpatcher ] ;
|
|
|
|
|
|
2002-07-09 12:24:59 +00:00
|
|
|
rule CppUnitLibrary
|
|
|
|
|
{
|
|
|
|
|
# CppUnitLibrary <sources> ;
|
|
|
|
|
local _lib = libcppunit.so ;
|
|
|
|
|
|
|
|
|
|
UseCppUnitHeaders ;
|
|
|
|
|
SetupObjectsDir ;
|
|
|
|
|
MakeLocateObjects [ FGristFiles $(<) ] ;
|
2003-10-30 21:02:21 +00:00
|
|
|
BuildPlatformMain $(_lib) : $(<) ;
|
2002-07-09 12:24:59 +00:00
|
|
|
MakeLocate $(_lib) : /boot/home/config/lib ;
|
|
|
|
|
LINKFLAGS on $(_lib) = $(LINKFLAGS) -nostart -Xlinker -soname=\"$(_lib)\" ;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
CppUnitLibrary
|
2002-07-12 20:31:23 +00:00
|
|
|
SemaphoreSyncObject.cpp
|
2002-07-18 01:03:19 +00:00
|
|
|
TestApp.cpp
|
2002-07-09 12:24:59 +00:00
|
|
|
TestCase.cpp
|
2002-07-11 03:39:36 +00:00
|
|
|
TestListener.cpp
|
2002-07-09 12:24:59 +00:00
|
|
|
TestShell.cpp
|
2002-07-15 06:51:17 +00:00
|
|
|
TestSuite.cpp
|
2002-07-18 01:03:19 +00:00
|
|
|
TestUtils.cpp
|
2002-07-11 03:39:36 +00:00
|
|
|
ThreadedTestCase.cpp
|
2002-07-09 12:24:59 +00:00
|
|
|
cppunit/Asserter.cpp
|
|
|
|
|
cppunit/CompilerOutputter.cpp
|
|
|
|
|
cppunit/Exception.cpp
|
|
|
|
|
cppunit/NotEqualException.cpp
|
|
|
|
|
cppunit/RepeatedTest.cpp
|
|
|
|
|
cppunit/SourceLine.cpp
|
|
|
|
|
cppunit/SynchronizedObject.cpp
|
|
|
|
|
cppunit/TestAssert.cpp
|
|
|
|
|
cppunit/TestCase.cpp
|
|
|
|
|
cppunit/TestFactoryRegistry.cpp
|
|
|
|
|
cppunit/TestFailure.cpp
|
|
|
|
|
cppunit/TestResult.cpp
|
|
|
|
|
cppunit/TestResultCollector.cpp
|
|
|
|
|
cppunit/TestRunner.cpp
|
|
|
|
|
cppunit/TestSetUp.cpp
|
|
|
|
|
cppunit/TestSucessListener.cpp
|
|
|
|
|
cppunit/TestSuite.cpp
|
|
|
|
|
cppunit/TextOutputter.cpp
|
|
|
|
|
cppunit/TextTestProgressListener.cpp
|
|
|
|
|
cppunit/TextTestResult.cpp
|
|
|
|
|
cppunit/TypeInfoHelper.cpp
|
|
|
|
|
cppunit/XmlOutputter.cpp
|
|
|
|
|
;
|
|
|
|
|
|
|
|
|
|
LinkSharedOSLibs libcppunit.so :
|
|
|
|
|
stdc++.r4
|
|
|
|
|
/boot/develop/lib/x86/libbe.so
|
2003-11-10 00:45:18 +00:00
|
|
|
libelfsymbolpatcher.a
|
2002-07-09 12:24:59 +00:00
|
|
|
;
|