xref: /haiku/src/tests/kits/bluetooth/Jamfile (revision 508f54795f39c3e7552d87c95aae9dd8ec6f505b)
1SubDir HAIKU_TOP src tests kits bluetooth ;
2
3SetSubDirSupportedPlatformsBeOSCompatible ;
4AddSubDirSupportedPlatforms libbe_test ;
5
6UsePrivateHeaders bluetooth ;
7
8SEARCH_SOURCE += [ FDirName $(TOP) src kits bluetooth ] ;
9
10UsePrivateHeaders bluetooth ;
11SubInclude HAIKU_TOP src tests kits bluetooth l2capClient ;
12