xref: /haiku/src/tests/kits/game/chart/Jamfile (revision 040a81419dda83d1014e9dc94936a4cb3f027303)
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 $(TARGET_LIBSUPC++)
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