xref: /haiku/src/tests/kits/game/chart/Jamfile (revision 95c9effd68127df2dce202d5e254a7c86560010a)
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