From 3cf3b73ffc6881d5428a735736a347f6e143b366 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 29 Feb 2016 10:57:40 +0200 Subject: Implement auxiliary dependency database (.d files), use in cxx.compile This is part of the "High Fidelity Build" work. --- tests/depdb/buildfile | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 tests/depdb/buildfile (limited to 'tests/depdb/buildfile') diff --git a/tests/depdb/buildfile b/tests/depdb/buildfile new file mode 100644 index 0000000..53e9cd3 --- /dev/null +++ b/tests/depdb/buildfile @@ -0,0 +1,8 @@ +# file : tests/depdb/buildfile +# copyright : Copyright (c) 2014-2016 Code Synthesis Ltd +# license : MIT; see accompanying LICENSE file + +import libs = libbutl%lib{butl} + +exe{driver}: cxx{driver ../../build2/{depdb}} $libs +exe{driver}: test.arguments = $out_base/test.d -- cgit v1.1