xref: /haiku/src/tests/kits/interface/layout/Jamfile (revision 1acbe440b8dd798953bec31d18ee589aa3f71b73)
1SubDir HAIKU_TOP src tests kits interface layout ;
2
3SetSubDirSupportedPlatforms haiku libbe_test ;
4
5SimpleTest LayoutTest1 :
6	LayoutTest1.cpp
7	:
8	be
9;
10
11
12if $(TARGET_PLATFORM) = libbe_test {
13	HaikuInstall install-test-apps : $(HAIKU_APP_TEST_DIR) : LayoutTest1
14		: tests!apps ;
15}
16