xref: /haiku/src/tests/kits/interface/bshelf/Jamfile (revision d284f7cc43cc0d1106c3b0c40e62c58107648573)
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