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