xref: /haiku/src/tests/kits/interface/layout/widget_layout_test/Jamfile (revision 4ac1c030e23d25aca2f1e08215d42d9d91c3d26f)
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	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	be
23;
24
25if $(TARGET_PLATFORM) = libbe_test {
26	HaikuInstall install-test-apps : $(HAIKU_APP_TEST_DIR)
27		: WidgetLayoutTest
28		: tests!apps ;
29}
30