1SubDir HAIKU_TOP src tests servers app view_state ; 2 3AddSubDirSupportedPlatforms libbe_test ; 4 5UseHeaders [ FDirName os app ] ; 6UseHeaders [ FDirName os interface ] ; 7 8Application ViewState : 9 ViewState.cpp 10 : be [ TargetLibsupc++ ] 11; 12 13if $(TARGET_PLATFORM) = libbe_test { 14 HaikuInstall install-test-apps : $(HAIKU_APP_TEST_DIR) : ViewState 15 : tests!apps ; 16} 17 18