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 [ TargetLibstdc++ ] [ 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