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