From 36ec90018e1a6337d23fc5286ed926c2134bde1f Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 5 Feb 2018 14:39:47 +0200 Subject: Add tests for auto-generated test inputs/outputs --- old-tests/test/simple/buildfile | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 old-tests/test/simple/buildfile (limited to 'old-tests/test/simple/buildfile') 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} -- cgit v1.1