xref: /haiku/src/tests/kits/game/chart/Jamfile (revision fce4895d1884da5ae6fb299d23c735c598e690b1)
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 localestub [ TargetLibsupc++ ]
12	: Chart.rdef
13	;
14
15DoCatalogs Chart :
16    x-vnd.Haiku-ChartDemo
17    :
18	Chart.cpp
19	ChartWindow.cpp
20;
21
22if $(TARGET_PLATFORM) = libbe_test {
23	HaikuInstall install-test-apps : $(HAIKU_APP_TEST_DIR) : Chart
24		: tests!apps ;
25}
26