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