aboutsummaryrefslogtreecommitdiff
path: root/old-tests/test/simple/buildfile
diff options
context:
space:
mode:
Diffstat (limited to 'old-tests/test/simple/buildfile')
-rw-r--r--old-tests/test/simple/buildfile12
1 files changed, 0 insertions, 12 deletions
diff --git a/old-tests/test/simple/buildfile b/old-tests/test/simple/buildfile
deleted file mode 100644
index 569c12c..0000000
--- a/old-tests/test/simple/buildfile
+++ /dev/null
@@ -1,12 +0,0 @@
-using cxx
-
-lib{utility}: cxx{utility}
-exe{driver}: cxx{driver} #lib{utility}
-
-#exe{driver}: test.roundtrip = test.out
-
-exe{*}: test = true
-exe{*}: test.output = test.out
-
-./: lib{utility} exe{driver}
-#./: exe{driver}