xref: /haiku/src/tests/kits/interface/layout/widget_layout_test/Jamfile (revision d08caee0a5dd1fb7e6e2bd4b69581dc72e7f167e)
1SubDir HAIKU_TOP src tests kits interface layout widget_layout_test ;
2
3SetSubDirSupportedPlatforms haiku libbe_test ;
4
5SEARCH_SOURCE += [ FDirName $(SUBDIR) tests ] ;
6
7SimpleTest WidgetLayoutTest :
8	WidgetLayoutTest.cpp
9
10	AbstractButton.cpp
11	CheckBox.cpp
12	GroupView.cpp
13	RadioButton.cpp
14	StringView.cpp
15	Test.cpp
16	TestView.cpp
17	TwoDimensionalSliderView.cpp
18	View.cpp
19	ViewContainer.cpp
20	WrapperView.cpp
21
22	BoxTest.cpp
23	ButtonTest.cpp
24	CheckBoxTest.cpp
25	ControlTest.cpp
26	ListViewTest.cpp
27	MenuBarTest.cpp
28	MenuTest.cpp
29	:
30	be
31;
32
33if $(TARGET_PLATFORM) = libbe_test {
34	HaikuInstall install-test-apps : $(HAIKU_APP_TEST_DIR)
35		: WidgetLayoutTest
36		: tests!apps ;
37}
38