Moved tests into a subdirectory.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@21382 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Ingo Weinhold 2007-06-10 17:02:33 +00:00
parent 657c013bb0
commit aa9303f41e
11 changed files with 8 additions and 5 deletions

View File

@ -2,17 +2,14 @@ SubDir HAIKU_TOP src tests kits interface layout widget_layout_test ;
SetSubDirSupportedPlatforms haiku libbe_test ; SetSubDirSupportedPlatforms haiku libbe_test ;
SEARCH_SOURCE += [ FDirName $(SUBDIR) tests ] ;
SimpleTest WidgetLayoutTest : SimpleTest WidgetLayoutTest :
WidgetLayoutTest.cpp WidgetLayoutTest.cpp
AbstractButton.cpp AbstractButton.cpp
BoxTest.cpp
ButtonTest.cpp
CheckBox.cpp CheckBox.cpp
CheckBoxTest.cpp
ControlTest.cpp
GroupView.cpp GroupView.cpp
ListViewTest.cpp
RadioButton.cpp RadioButton.cpp
StringView.cpp StringView.cpp
Test.cpp Test.cpp
@ -21,6 +18,12 @@ SimpleTest WidgetLayoutTest :
View.cpp View.cpp
ViewContainer.cpp ViewContainer.cpp
WrapperView.cpp WrapperView.cpp
BoxTest.cpp
ButtonTest.cpp
CheckBoxTest.cpp
ControlTest.cpp
ListViewTest.cpp
: :
be be
; ;