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