Moved the WidgetLayoutTest into a subdirectory. The source file has grown
big and I'm going to split it up. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@21143 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -8,15 +8,10 @@ SimpleTest LayoutTest1 :
|
||||
be
|
||||
;
|
||||
|
||||
SimpleTest WidgetLayoutTest :
|
||||
WidgetLayoutTest.cpp
|
||||
:
|
||||
be
|
||||
;
|
||||
|
||||
|
||||
if $(TARGET_PLATFORM) = libbe_test {
|
||||
HaikuInstall install-test-apps : $(HAIKU_APP_TEST_DIR)
|
||||
: LayoutTest1 WidgetLayoutTest
|
||||
: LayoutTest1
|
||||
: tests!apps ;
|
||||
}
|
||||
|
||||
HaikuSubInclude widget_layout_test ;
|
||||
|
||||
@@ -0,0 +1,15 @@
|
||||
SubDir HAIKU_TOP src tests kits interface layout widget_layout_test ;
|
||||
|
||||
SetSubDirSupportedPlatforms haiku libbe_test ;
|
||||
|
||||
SimpleTest WidgetLayoutTest :
|
||||
WidgetLayoutTest.cpp
|
||||
:
|
||||
be
|
||||
;
|
||||
|
||||
if $(TARGET_PLATFORM) = libbe_test {
|
||||
HaikuInstall install-test-apps : $(HAIKU_APP_TEST_DIR)
|
||||
: WidgetLayoutTest
|
||||
: tests!apps ;
|
||||
}
|
||||
Reference in New Issue
Block a user