xref: /haiku/src/tests/servers/launch/Jamfile (revision 1a28be27e84b9257b8d939c4f6716df52e080c58)
1e73c9366SAxel DörflerSubDir HAIKU_TOP src tests servers launch ;
2e73c9366SAxel Dörfler
3e73c9366SAxel DörflerAddSubDirSupportedPlatforms libbe_test ;
4e73c9366SAxel Dörfler
50e347cb2SAxel DörflerUsePrivateHeaders app shared storage support ;
6e73c9366SAxel Dörfler
7e73c9366SAxel DörflerSEARCH_SOURCE += [ FDirName $(HAIKU_TOP) src servers launch ] ;
8e73c9366SAxel Dörfler
9e73c9366SAxel DörflerUnitTestLib liblaunch_daemontest.so :
10e73c9366SAxel Dörfler	LaunchDaemonTestAddon.cpp
11e73c9366SAxel Dörfler
12e73c9366SAxel Dörfler	SettingsParserTest.cpp
130e347cb2SAxel Dörfler	ConditionsTest.cpp
14*d9bb9513SAxel Dörfler	UtilityTest.cpp
155a766948SAxel Dörfler
165a766948SAxel Dörfler	# from the launch_daemon
171a28be27SSimon South	NetworkWatcher.cpp
185a766948SAxel Dörfler	SettingsParser.cpp
190e347cb2SAxel Dörfler	Conditions.cpp
205a766948SAxel Dörfler	Utility.cpp
210e347cb2SAxel Dörfler
221a28be27SSimon South	: be network bnetapi libshared.a [ TargetLibstdc++ ] [ TargetLibsupc++ ]
23e73c9366SAxel Dörfler;
24