aboutsummaryrefslogtreecommitdiff
path: root/tests/fs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/fs')
-rw-r--r--tests/fs/buildfile7
-rw-r--r--tests/fs/path/buildfile7
2 files changed, 14 insertions, 0 deletions
diff --git a/tests/fs/buildfile b/tests/fs/buildfile
new file mode 100644
index 0000000..8f1ad67
--- /dev/null
+++ b/tests/fs/buildfile
@@ -0,0 +1,7 @@
+# file : tests/fs/buildfile
+# copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC
+# license : MIT; see accompanying LICENSE file
+
+d = path/
+./: $d
+include $d
diff --git a/tests/fs/path/buildfile b/tests/fs/path/buildfile
new file mode 100644
index 0000000..dd9b1fe
--- /dev/null
+++ b/tests/fs/path/buildfile
@@ -0,0 +1,7 @@
+# file : tests/fs/path/buildfile
+# copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC
+# license : MIT; see accompanying LICENSE file
+
+import libs = libcutl%lib{cutl}
+
+exe{driver}: cxx{driver} $libs