xref: /haiku/src/tests/kits/game/direct_window_info_test/Jamfile (revision 93aeb8c3bc3f13cb1f282e3e749258a23790d947)
1SubDir HAIKU_TOP src tests kits game direct_window_info_test ;
2
3SimpleTest dw_info
4	: dwinfo.cpp
5	: game be root
6;
7
8