From f6727cf97685fc2b200aa1b0baae35fb84468300 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Thu, 17 Nov 2016 13:33:57 +0300 Subject: Fix examples buildfiles adding some files for the distribution --- tests/build/bootstrap.build | 4 ++++ tests/build/root.build | 4 ++++ tests/buildfile | 4 ++++ tests/parser/buildfile | 4 ++++ tests/roundtrip/buildfile | 4 ++++ tests/serializer/buildfile | 4 ++++ 6 files changed, 24 insertions(+) (limited to 'tests') diff --git a/tests/build/bootstrap.build b/tests/build/bootstrap.build index 2c2de24..d3810f7 100644 --- a/tests/build/bootstrap.build +++ b/tests/build/bootstrap.build @@ -1,3 +1,7 @@ +# file : examples/build/bootstrap.build +# copyright : Copyright (c) 2013-2014 Code Synthesis Tools CC +# license : MIT; see accompanying LICENSE file + project = # Unnamed subproject. using config diff --git a/tests/build/root.build b/tests/build/root.build index 1f7c350..8c791ff 100644 --- a/tests/build/root.build +++ b/tests/build/root.build @@ -1,3 +1,7 @@ +# file : examples/build/root.build +# copyright : Copyright (c) 2013-2014 Code Synthesis Tools CC +# license : MIT; see accompanying LICENSE file + cxx.std = 11 using cxx diff --git a/tests/buildfile b/tests/buildfile index 2058084..af03a38 100644 --- a/tests/buildfile +++ b/tests/buildfile @@ -1,3 +1,7 @@ +# file : tests/buildfile +# copyright : Copyright (c) 2013-2014 Code Synthesis Tools CC +# license : MIT; see accompanying LICENSE file + d = parser/ roundtrip/ serializer/ ./: $d include $d diff --git a/tests/parser/buildfile b/tests/parser/buildfile index 3f8cb7d..0ae965b 100644 --- a/tests/parser/buildfile +++ b/tests/parser/buildfile @@ -1,3 +1,7 @@ +# file : tests/parser/buildfile +# copyright : Copyright (c) 2013-2014 Code Synthesis Tools CC +# license : MIT; see accompanying LICENSE file + import libs = libstudxml%lib{studxml} exe{driver}: cxx{driver} $libs diff --git a/tests/roundtrip/buildfile b/tests/roundtrip/buildfile index 9dd9858..c01be4b 100644 --- a/tests/roundtrip/buildfile +++ b/tests/roundtrip/buildfile @@ -1,3 +1,7 @@ +# file : tests/roundtrip/buildfile +# copyright : Copyright (c) 2013-2014 Code Synthesis Tools CC +# license : MIT; see accompanying LICENSE file + # @@ Hack until build2 supports multiple tests. Also remove .gitignore. # ./: exe{attr-driver} exe{char-driver} exe{fup1-driver} exe{fup2-driver} \ diff --git a/tests/serializer/buildfile b/tests/serializer/buildfile index 3f8cb7d..c36c155 100644 --- a/tests/serializer/buildfile +++ b/tests/serializer/buildfile @@ -1,3 +1,7 @@ +# file : tests/serializer/buildfile +# copyright : Copyright (c) 2013-2014 Code Synthesis Tools CC +# license : MIT; see accompanying LICENSE file + import libs = libstudxml%lib{studxml} exe{driver}: cxx{driver} $libs -- cgit v1.1