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