From 2af491cc4ad0ae4064f2e858c83ed485613adafa Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 16 Dec 2016 17:29:01 +0200 Subject: Convert tests/ to subproject, initial work on cross-testing support --- build/export.build | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 build/export.build (limited to 'build') diff --git a/build/export.build b/build/export.build new file mode 100644 index 0000000..a9ba17a --- /dev/null +++ b/build/export.build @@ -0,0 +1,10 @@ +# file : build/export.build +# copyright : Copyright (c) 2014-2016 Code Synthesis Ltd +# license : MIT; see accompanying LICENSE file + +$out_root/: +{ + include build2/ +} + +export $out_root/build2/exe{b} -- cgit v1.1