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 ;
SEARCH_SOURCE += [ FDirName $(SUBDIR) tests ] ;
SimpleTest WidgetLayoutTest :
WidgetLayoutTest.cpp
AbstractButton.cpp
BoxTest.cpp
ButtonTest.cpp
CheckBox.cpp
CheckBoxTest.cpp
ControlTest.cpp
GroupView.cpp
ListViewTest.cpp
RadioButton.cpp
StringView.cpp
Test.cpp
@ -21,6 +18,12 @@ SimpleTest WidgetLayoutTest :
View.cpp
ViewContainer.cpp
WrapperView.cpp
BoxTest.cpp
ButtonTest.cpp
CheckBoxTest.cpp
ControlTest.cpp
ListViewTest.cpp
:
be
;