xref: /haiku/src/tests/kits/game/push_game_sound_test/Jamfile (revision bb83316a5811a550c4f850d07fa8e328e7ac0a94)
1SubDir HAIKU_TOP src tests kits game push_game_sound_test ;
2
3SimpleTest push_game_sound_test
4	: push_game_sound_test.cpp
5	: game media be [ TargetLibsupc++ ]
6;
7
8SimpleTest push_game_sound_sine
9	: push_game_sound_sine.cpp
10	: game be [ TargetLibsupc++ ]
11;
12
13SimpleTest push_game_sound_triangle
14	: push_game_sound_triangle.cpp
15	: game be [ TargetLibsupc++ ]
16;
17