xref: /haiku/src/tests/kits/interface/layout/widget_layout_test/Jamfile (revision e652af1f6364bd34478e927cd43c7705a4baee01)
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	RadioButton.cpp
16	StringView.cpp
17	Test.cpp
18	TestView.cpp
19	TwoDimensionalSliderView.cpp
20	View.cpp
21	ViewContainer.cpp
22	WrapperView.cpp
23	:
24	be
25;
26
27if $(TARGET_PLATFORM) = libbe_test {
28	HaikuInstall install-test-apps : $(HAIKU_APP_TEST_DIR)
29		: WidgetLayoutTest
30		: tests!apps ;
31}
32