From 39101a4383d38c1217c44b999a6e3bd199727c60 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 6 Jan 2017 17:28:08 +0200 Subject: Rework and rename target_triplet --- tests/target-triplet/buildfile | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 tests/target-triplet/buildfile (limited to 'tests/target-triplet/buildfile') diff --git a/tests/target-triplet/buildfile b/tests/target-triplet/buildfile new file mode 100644 index 0000000..ca8365d --- /dev/null +++ b/tests/target-triplet/buildfile @@ -0,0 +1,7 @@ +# file : tests/target-triplet/buildfile +# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd +# license : MIT; see accompanying LICENSE file + +exe{driver}: cxx{driver} ../../butl/lib{butl} + +include ../../butl/ -- cgit v1.1