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:
Ingo Weinhold
2007-05-15 15:47:02 +00:00
parent 376d3e5804
commit 85d733da06
3 changed files with 18 additions and 8 deletions
+3 -8
View File
@@ -8,15 +8,10 @@ SimpleTest LayoutTest1 :
be be
; ;
SimpleTest WidgetLayoutTest :
WidgetLayoutTest.cpp
:
be
;
if $(TARGET_PLATFORM) = libbe_test { if $(TARGET_PLATFORM) = libbe_test {
HaikuInstall install-test-apps : $(HAIKU_APP_TEST_DIR) HaikuInstall install-test-apps : $(HAIKU_APP_TEST_DIR)
: LayoutTest1 WidgetLayoutTest : LayoutTest1
: tests!apps ; : 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 ;
}