xref: /haiku/src/tests/kits/game/push_game_sound_test/Jamfile (revision b0944c78b074a8110bd98e060415d0e8f38a7f65)
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 $(TARGET_LIBSUPC++)
6;
7
8SimpleTest push_game_sound_sine
9	: push_game_sound_sine.cpp
10	: game be $(TARGET_LIBSUPC++)
11;
12