libroot_debug: Merge guarded heap into libroot_debug.
[haiku.git] / src / tests / servers / app / hide_and_show / Jamfile
blob8e7914ece961e32e4db21324164406966c75d197
1 SubDir HAIKU_TOP src tests servers app hide_and_show ;
3 SetSubDirSupportedPlatformsBeOSCompatible ;
4 AddSubDirSupportedPlatforms libbe_test ;
6 UseHeaders [ FDirName os app ] ;
7 UseHeaders [ FDirName os interface ] ;
9 Application HideAndShow :
10         HideAndShow.cpp
11         : be [ TargetLibsupc++ ]
14 if $(TARGET_PLATFORM) = libbe_test {
15         HaikuInstall install-test-apps : $(HAIKU_APP_TEST_DIR) : ViewState
16                 : tests!apps ;