xref: /haiku/src/tests/kits/storage/testapps/Jamfile (revision a5a3b2d9a3d95cbae71eaf371708c73a1780ac0d)
1SubDir HAIKU_TOP src tests kits storage testapps ;
2
3UsePrivateHeaders shared storage ;
4
5SetSubDirSupportedPlatformsBeOSCompatible ;
6AddSubDirSupportedPlatforms libbe_test ;
7
8SEARCH_SOURCE += [ FDirName $(TOP) src kits storage ] ;
9
10SimpleTest <test>clipboard
11	: clipboard.cpp : be ;
12
13SimpleTest dump_mime_types
14	: dump_mime_types.cpp : be ;
15
16SimpleTest NodeMonitorTest
17	: NodeMonitorTest.cpp : be [ TargetLibsupc++ ] ;
18
19SimpleTest PathMonitorTest
20	: PathMonitorTest.cpp PathMonitor.cpp
21	: be [ TargetLibstdc++ ]
22;
23
24SimpleTest PathMonitorTest2 : PathMonitorTest2.cpp : be [ TargetLibstdc++ ] ;
25