From 193efb512ffbc2231ef5c48699d51fbae3f3f9f1 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Sat, 10 Sep 2016 22:51:55 +0300 Subject: Move tests and examples to build2 as subprojects --- buildfile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'buildfile') diff --git a/buildfile b/buildfile index 92e7c19..aada460 100644 --- a/buildfile +++ b/buildfile @@ -2,11 +2,12 @@ # copyright : Copyright (c) 2013-2014 Code Synthesis Tools CC # license : MIT; see accompanying LICENSE file -d = xml/ doc/ +d = xml/ examples/ tests/ doc/ ./: $d doc{INSTALL LICENSE NEWS README version} file{manifest} include $d -# Don't install tests or the INSTALL file. +# Don't install examples, tests or the INSTALL file. # +dir{examples/}: install = false dir{tests/}: install = false doc{INSTALL}@./: install = false -- cgit v1.1