From 82ad80de9a967f253026c4874b47486c69402288 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 18 Jun 2015 17:40:06 +0200 Subject: Add headers to buildfiles, move tests/build/ to tests/ --- tests/parser/buildfile | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 tests/parser/buildfile (limited to 'tests/parser/buildfile') diff --git a/tests/parser/buildfile b/tests/parser/buildfile new file mode 100644 index 0000000..5cbcaca --- /dev/null +++ b/tests/parser/buildfile @@ -0,0 +1,6 @@ +# file : tests/parser/buildfile +# copyright : Copyright (c) 2014-2015 Code Synthesis Ltd +# license : MIT; see accompanying LICENSE file + +exe{driver}: cxx{driver ../../../build/{lexer parser scope target native \ + prerequisite context diagnostics utility path timestamp}} -- cgit v1.1