Fix directory layout for game kit tests

Change-Id: I59fbee4b71cea7e959a8c05fd870b3a43fa9832e
Reviewed-on: https://review.haiku-os.org/c/haiku/+/1733
Reviewed-by: Ryan Leavengood <leavengood@gmail.com>
This commit is contained in:
Adrien Destugues 2019-08-22 18:18:42 +02:00 committed by Adrien Destugues
parent 3d4c153e17
commit 478ea25152
4 changed files with 5 additions and 7 deletions

View File

@ -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 ;

View File

@ -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++ ]
;

View File

@ -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++ ]
;