added some tests to increase test coverage
[senf.git] / SConstruct
index 9a01aee..5fe796b 100644 (file)
@@ -129,7 +129,7 @@ env.Append(
            'CONCURRENCY_LEVEL' : env.GetOption('num_jobs') or "1",
            'SCONS' : 1,
            'PATH' : os.environ.get('PATH'),
-          'TEXINPUTS' : os.environ.get('TEXINPUTS'),
+          'TEXINPUTS' : os.environ.get('TEXINPUTS',':'),
          },
    LOCAL_CONFIG_FILES = [ 'Doxyfile.local', 'SConfig', 'local_config.hh' ],
    DPKG_IGNORED_FILES = [ '$LOCAL_CONFIG_FILES', '.svn', '_templates' ],
@@ -183,11 +183,6 @@ if not env.GetOption('clean') and not os.path.exists(".prepare-stamp") \
 
 env.Clean('all', '.prepare-stamp')
 
-# Not nice, but until we get to fixing the dependency jungle
-# concerning generated sources ...
-scripts = []
-dependencies = []
-
 SConscript(glob.glob("*/SConscript"))
 
 SENFSCons.StandardTargets(env)