Removal of non-Haiku target platform logic from build system (part 1.)
[haiku.git] / src / tests / kits / interface / bshelf / Jamfile
bloba32751ff42969aa86d9ac750e0cf459a248ea7ae
1 SubDir HAIKU_TOP src tests kits interface bshelf ;
3 SetSubDirSupportedPlatformsBeOSCompatible ;
5 UsePrivateHeaders interface ;
7 SimpleTest ShelfTest :
8         ShelfTest.cpp
9         : be [ TargetLibsupc++ ]
10         ;
12 SEARCH on [ FGristFiles
13                 Shelf.cpp
14         ] = [ FDirName $(HAIKU_TOP) src kits interface ] ;