Utils/Daemon: Make unit test more robust (fix delay times)
[senf.git] / senf / Utils / Logger / SConscript
index dd2bd23..c3eba01 100644 (file)
@@ -1,15 +1,9 @@
 # -*- python -*-
 
 Import('env')
-import SENFSCons, glob
+import SENFSCons
 
 ###########################################################################
 
 SENFSCons.AllIncludesHH(env, exclude=['Logger.hh','SenfLog.hh'])
-
-sources, tests, includes = SENFSCons.Glob(env)
-
-env.Append(ALLOBJECTS = env.Object(sources))
-env.BoostUnitTest('test', tests)
-SENFSCons.Doxygen(env)
-env.InstallSubdir('$INCLUDEINSTALLDIR', includes)
+SENFSCons.AutoRules(env)