Adjusted to the new tree structure.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@20 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
+2
-2
@@ -1,3 +1,3 @@
|
|||||||
SubDir OBOS_TOP sources tests ;
|
SubDir OBOS_TOP src tests ;
|
||||||
|
|
||||||
SubInclude OBOS_TOP sources tests kits ;
|
SubInclude OBOS_TOP src tests kits ;
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
SubDir OBOS_TOP sources test kits ;
|
SubDir OBOS_TOP src tests kits ;
|
||||||
|
|
||||||
SubInclude OBOS_TOP sources tests kits app ;
|
SubInclude OBOS_TOP src tests kits app ;
|
||||||
|
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
SubDir OBOS_TOP sources test kits app ;
|
SubDir OBOS_TOP src tests kits app ;
|
||||||
|
|
||||||
SubInclude OBOS_TOP sources tests kits app BHandler ;
|
SubInclude OBOS_TOP src tests kits app bhandler ;
|
||||||
#SubInclude OBOS_TOP sources tests kits app BLooper ;
|
#SubInclude OBOS_TOP src tests kits app blooper ;
|
||||||
#SubInclude OBOS_TOP sources tests kits app BMessageQueue ;
|
#SubInclude OBOS_TOP src tests kits app bmessageQueue ;
|
||||||
SubInclude OBOS_TOP sources tests kits app BMessenger ;
|
SubInclude OBOS_TOP src tests kits app bmessenger ;
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
SubDir OBOS_TOP sources tests kits app BHandler ;
|
SubDir OBOS_TOP src tests kits app bhandler ;
|
||||||
|
|
||||||
CommonUnitTest BHandlerTester
|
CommonUnitTest BHandlerTester
|
||||||
: main.cpp
|
: main.cpp
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
SubDir OBOS_TOP sources tests kits app BLooper ;
|
SubDir OBOS_TOP src tests kits app blooper ;
|
||||||
|
|
||||||
UsePublicHeaders app support ;
|
UsePublicHeaders app support ;
|
||||||
|
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
SubDir OBOS_TOP sources tests kits app BMessageQueue ;
|
SubDir OBOS_TOP src tests kits app bmessagequeue ;
|
||||||
|
|
||||||
UsePublicHeaders app support ;
|
UsePublicHeaders app support ;
|
||||||
|
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
SubDir OBOS_TOP sources tests kits app BMessenger ;
|
SubDir OBOS_TOP src tests kits app bmessenger ;
|
||||||
|
|
||||||
CommonUnitTest BMessengerTester
|
CommonUnitTest BMessengerTester
|
||||||
: main.cpp
|
: main.cpp
|
||||||
|
|||||||
+5
-2
@@ -1,2 +1,5 @@
|
|||||||
SubInclude OBOS_TOP sources os tools key ;
|
SubDir OBOS_TOP src tools ;
|
||||||
SubInclude OBOS_TOP sources os tools jam ;
|
|
||||||
|
SubInclude OBOS_TOP src tools cppunit ;
|
||||||
|
SubInclude OBOS_TOP src tools key ;
|
||||||
|
SubInclude OBOS_TOP src tools jam ;
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
SubDir OBOS_TOP sources tools cppunit ;
|
SubDir OBOS_TOP src tools cppunit ;
|
||||||
|
|
||||||
rule CppUnitLibrary
|
rule CppUnitLibrary
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user