xref: /haiku/src/tests/kits/game/chart/Jamfile (revision f2762b2d5658b0b6c9ff62997a1485194cc77e7c)
1SubDir HAIKU_TOP src tests kits game chart ;
2
3AddSubDirSupportedPlatforms libbe_test ;
4
5Application Chart :
6	Chart.cpp
7	ChartRender.cpp
8	ChartView.cpp
9	ChartWindow.cpp
10	: be game localestub [ TargetLibsupc++ ]
11	: Chart.rdef
12	;
13
14DoCatalogs Chart :
15    x-vnd.Haiku-ChartDemo
16    :
17	Chart.cpp
18	ChartWindow.cpp
19;
20
21if $(TARGET_PLATFORM) = libbe_test {
22	HaikuInstall install-test-apps : $(HAIKU_APP_TEST_DIR) : Chart
23		: tests!apps ;
24}
25