Fix some small and innocent build-system bugs
[senf.git] / site_scons / senfconf.py
index c6fc6c8..28d4b31 100644 (file)
@@ -9,6 +9,7 @@ def Tests():
 def Test(func):
     global _configTests
     _configTests[func.__name__] = func
+    return func
 
 # class TemporaryContext:
 #     def __init__(self, context):