xref: /haiku/src/tests/kits/interface/bshelf/Jamfile (revision 17889a8c70dbb3d59c1412f6431968753c767bab)
1SubDir HAIKU_TOP src tests kits interface bshelf ;
2
3UsePrivateHeaders interface ;
4
5SimpleTest ShelfTest :
6        ShelfTest.cpp
7        : be [ TargetLibsupc++ ]
8        ;
9
10SEARCH on [ FGristFiles
11                Shelf.cpp
12        ] = [ FDirName $(HAIKU_TOP) src kits interface ] ;
13