summaryrefslogtreecommitdiffstats
path: root/test/CacheDir/custom_cachedir/SConstruct
diff options
context:
space:
mode:
Diffstat (limited to 'test/CacheDir/custom_cachedir/SConstruct')
-rw-r--r--test/CacheDir/custom_cachedir/SConstruct5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/CacheDir/custom_cachedir/SConstruct b/test/CacheDir/custom_cachedir/SConstruct
new file mode 100644
index 0000000..0b24564
--- /dev/null
+++ b/test/CacheDir/custom_cachedir/SConstruct
@@ -0,0 +1,5 @@
+from CustomCacheDirModule import CustomCacheDir
+
+env = Environment(tools=[])
+env.CacheDir('cache', CustomCacheDir)
+env.Command('file.out', 'file.in', Copy('$TARGET', '$SOURCE')) \ No newline at end of file