From a0f96b95900108705261881b164d779e2db5b824 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 19 Jul 2017 17:50:36 +0200 Subject: Initial implementation --- tests/buildfile | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 tests/buildfile (limited to 'tests/buildfile') diff --git a/tests/buildfile b/tests/buildfile new file mode 100644 index 0000000..881153e --- /dev/null +++ b/tests/buildfile @@ -0,0 +1,8 @@ +# file : tests/buildfile +# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd +# license : MIT; see accompanying LICENSE file + +import libs = libstd-modules%liba{std-modules} + +exe{driver}: cxx{driver} $libs +exe{driver}: test.output = test.out -- cgit v1.1