diff --git a/src/tests/kits/game/Jamfile b/src/tests/kits/game/Jamfile index 9723784540..a88eba4973 100644 --- a/src/tests/kits/game/Jamfile +++ b/src/tests/kits/game/Jamfile @@ -5,7 +5,6 @@ SubInclude HAIKU_TOP src tests kits game direct_window_test ; SubInclude HAIKU_TOP src tests kits game direct_window_info_test ; SubInclude HAIKU_TOP src tests kits game file_game_sound_test ; SubInclude HAIKU_TOP src tests kits game push_game_sound_test ; -SubInclude HAIKU_TOP src tests kits game push_game_sound_test2 ; SubInclude HAIKU_TOP src tests kits game set_mouse_position_test ; SubInclude HAIKU_TOP src tests kits game simple_game_sound_test ; SubInclude HAIKU_TOP src tests kits game page_flipper ; diff --git a/src/tests/kits/game/push_game_sound_test/Jamfile b/src/tests/kits/game/push_game_sound_test/Jamfile index 44a2737cdd..cf6570d818 100644 --- a/src/tests/kits/game/push_game_sound_test/Jamfile +++ b/src/tests/kits/game/push_game_sound_test/Jamfile @@ -9,3 +9,8 @@ SimpleTest push_game_sound_sine : push_game_sound_sine.cpp : game be [ TargetLibsupc++ ] ; + +SimpleTest push_game_sound_triangle + : push_game_sound_triangle.cpp + : game be [ TargetLibsupc++ ] +; diff --git a/src/tests/kits/game/push_game_sound_test2/push_game_sound_test.cpp b/src/tests/kits/game/push_game_sound_test/push_game_sound_triangle.cpp similarity index 100% rename from src/tests/kits/game/push_game_sound_test2/push_game_sound_test.cpp rename to src/tests/kits/game/push_game_sound_test/push_game_sound_triangle.cpp diff --git a/src/tests/kits/game/push_game_sound_test2/Jamfile b/src/tests/kits/game/push_game_sound_test2/Jamfile deleted file mode 100644 index 7e4effcf12..0000000000 --- a/src/tests/kits/game/push_game_sound_test2/Jamfile +++ /dev/null @@ -1,6 +0,0 @@ -SubDir HAIKU_TOP src tests kits game push_game_sound_test2 ; - -SimpleTest push_game_sound_test2 - : push_game_sound_test.cpp - : game media be [ TargetLibsupc++ ] -;