aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2016-11-17 13:33:57 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2016-11-17 13:33:57 +0300
commitf6727cf97685fc2b200aa1b0baae35fb84468300 (patch)
treee088005649a07c3da82413b08b6793f55b85865d /tests
parent132522ca4c895e9b07d7e323d5529474806e5829 (diff)
Fix examples buildfiles adding some files for the distribution
Diffstat (limited to 'tests')
-rw-r--r--tests/build/bootstrap.build4
-rw-r--r--tests/build/root.build4
-rw-r--r--tests/buildfile4
-rw-r--r--tests/parser/buildfile4
-rw-r--r--tests/roundtrip/buildfile4
-rw-r--r--tests/serializer/buildfile4
6 files changed, 24 insertions, 0 deletions
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