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:
parent
3d4c153e17
commit
478ea25152
@ -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 ;
|
||||
|
@ -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++ ]
|
||||
;
|
||||
|
@ -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++ ]
|
||||
;
|
Loading…
Reference in New Issue
Block a user