xref: /haiku/src/tests/servers/launch/Jamfile (revision e433b3cfc3f089f7681f6d4e81d43f950ca6a440)
1SubDir HAIKU_TOP src tests servers launch ;
2
3AddSubDirSupportedPlatforms libbe_test ;
4
5UsePrivateHeaders app shared storage support ;
6
7SEARCH_SOURCE += [ FDirName $(HAIKU_TOP) src servers launch ] ;
8
9UnitTestLib liblaunch_daemontest.so :
10	LaunchDaemonTestAddon.cpp
11
12	SettingsParserTest.cpp
13	ConditionsTest.cpp
14	UtilityTest.cpp
15
16	# from the launch_daemon
17	NetworkWatcher.cpp
18	SettingsParser.cpp
19	Conditions.cpp
20	Utility.cpp
21
22	: be network bnetapi shared [ TargetLibstdc++ ] [ TargetLibsupc++ ]
23;
24