1SubDir HAIKU_TOP src tests kits game chart ; 2 3SetSubDirSupportedPlatformsBeOSCompatible ; 4AddSubDirSupportedPlatforms libbe_test ; 5 6Application Chart : 7 Chart.cpp 8 ChartRender.cpp 9 ChartView.cpp 10 ChartWindow.cpp 11 : be game 12 : Chart.rdef 13 ; 14 15if $(TARGET_PLATFORM) = libbe_test { 16 HaikuInstall install-test-apps : $(HAIKU_APP_TEST_DIR) : Chart 17 : tests!apps ; 18} 19