summaryrefslogtreecommitdiffstats
path: root/tests/test
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test')
-rw-r--r--tests/test/buildfile2
-rw-r--r--tests/test/common.testscript2
-rw-r--r--tests/test/config-test/buildfile2
-rw-r--r--tests/test/config-test/driver.cxx2
-rw-r--r--tests/test/config-test/testscript2
-rw-r--r--tests/test/script/buildfile2
-rw-r--r--tests/test/script/builtin/buildfile2
-rw-r--r--tests/test/script/builtin/cat.testscript2
-rw-r--r--tests/test/script/builtin/cp.testscript2
-rw-r--r--tests/test/script/builtin/echo.testscript2
-rw-r--r--tests/test/script/builtin/ln.testscript2
-rw-r--r--tests/test/script/builtin/mkdir.testscript2
-rw-r--r--tests/test/script/builtin/mv.testscript2
-rw-r--r--tests/test/script/builtin/rm.testscript2
-rw-r--r--tests/test/script/builtin/rmdir.testscript2
-rw-r--r--tests/test/script/builtin/sed.testscript2
-rw-r--r--tests/test/script/builtin/test.testscript2
-rw-r--r--tests/test/script/builtin/touch.testscript2
-rw-r--r--tests/test/script/common.testscript2
-rw-r--r--tests/test/script/generated/buildfile2
-rw-r--r--tests/test/script/generated/testscript2
-rw-r--r--tests/test/script/generated/testscript.in2
-rw-r--r--tests/test/script/integration/buildfile2
-rw-r--r--tests/test/script/integration/testscript2
-rw-r--r--tests/test/script/runner/buildfile2
-rw-r--r--tests/test/script/runner/cleanup.testscript2
-rw-r--r--tests/test/script/runner/driver.cxx2
-rw-r--r--tests/test/script/runner/exit.testscript2
-rw-r--r--tests/test/script/runner/expr.testscript2
-rw-r--r--tests/test/script/runner/if.testscript2
-rw-r--r--tests/test/script/runner/output.testscript2
-rw-r--r--tests/test/script/runner/pipe.testscript2
-rw-r--r--tests/test/script/runner/redirect.testscript2
-rw-r--r--tests/test/script/runner/regex.testscript2
-rw-r--r--tests/test/script/runner/set.testscript2
-rw-r--r--tests/test/script/runner/status.testscript2
-rw-r--r--tests/test/simple/generated/buildfile2
-rw-r--r--tests/test/simple/generated/driver.cxx2
-rw-r--r--tests/test/simple/generated/testscript2
39 files changed, 39 insertions, 39 deletions
diff --git a/tests/test/buildfile b/tests/test/buildfile
index 699dab95..85c7bef0 100644
--- a/tests/test/buildfile
+++ b/tests/test/buildfile
@@ -1,5 +1,5 @@
# file : tests/test/buildfile
-# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
+# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
./: */ file{common.testscript}
diff --git a/tests/test/common.testscript b/tests/test/common.testscript
index e6591872..0b828492 100644
--- a/tests/test/common.testscript
+++ b/tests/test/common.testscript
@@ -1,5 +1,5 @@
# file : tests/test/common.testscript
-# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
+# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
# Commonly-used build system test project setup and driver command line
diff --git a/tests/test/config-test/buildfile b/tests/test/config-test/buildfile
index 3f17d1dc..1e9d1b6f 100644
--- a/tests/test/config-test/buildfile
+++ b/tests/test/config-test/buildfile
@@ -1,5 +1,5 @@
# file : tests/test/config-build/buildfile
-# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
+# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
# Test config.test.
diff --git a/tests/test/config-test/driver.cxx b/tests/test/config-test/driver.cxx
index 807e36a8..db5b8a77 100644
--- a/tests/test/config-test/driver.cxx
+++ b/tests/test/config-test/driver.cxx
@@ -1,5 +1,5 @@
// file : tests/test/config-test/driver.cxx -*- C++ -*-
-// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
+// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
#include <iostream>
diff --git a/tests/test/config-test/testscript b/tests/test/config-test/testscript
index a9fba832..996ddd38 100644
--- a/tests/test/config-test/testscript
+++ b/tests/test/config-test/testscript
@@ -1,5 +1,5 @@
# file : tests/test/config-test/testscript
-# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
+# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
# Setup a realistic test project that we will then exercise.
diff --git a/tests/test/script/buildfile b/tests/test/script/buildfile
index 88784159..a1f409fc 100644
--- a/tests/test/script/buildfile
+++ b/tests/test/script/buildfile
@@ -1,5 +1,5 @@
# file : tests/test/script/buildfile
-# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
+# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
./: */ file{common.testscript}
diff --git a/tests/test/script/builtin/buildfile b/tests/test/script/builtin/buildfile
index 83ecfd28..ca594ffc 100644
--- a/tests/test/script/builtin/buildfile
+++ b/tests/test/script/builtin/buildfile
@@ -1,5 +1,5 @@
# file : tests/test/script/builtin/buildfile
-# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
+# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
./: testscript{*} file{cp-dir/cp-file} $b
diff --git a/tests/test/script/builtin/cat.testscript b/tests/test/script/builtin/cat.testscript
index b72edb4a..d885b53d 100644
--- a/tests/test/script/builtin/cat.testscript
+++ b/tests/test/script/builtin/cat.testscript
@@ -1,5 +1,5 @@
# file : tests/test/script/builtin/cat.testscript
-# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
+# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
.include ../common.testscript
diff --git a/tests/test/script/builtin/cp.testscript b/tests/test/script/builtin/cp.testscript
index e1b654f3..5f69f058 100644
--- a/tests/test/script/builtin/cp.testscript
+++ b/tests/test/script/builtin/cp.testscript
@@ -1,5 +1,5 @@
# file : tests/test/script/builtin/cp.testscript
-# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
+# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
.include ../common.testscript
diff --git a/tests/test/script/builtin/echo.testscript b/tests/test/script/builtin/echo.testscript
index 235a9f79..3227e892 100644
--- a/tests/test/script/builtin/echo.testscript
+++ b/tests/test/script/builtin/echo.testscript
@@ -1,5 +1,5 @@
# file : tests/test/script/builtin/echo.testscript
-# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
+# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
.include ../common.testscript
diff --git a/tests/test/script/builtin/ln.testscript b/tests/test/script/builtin/ln.testscript
index 5216d849..4e1ea92c 100644
--- a/tests/test/script/builtin/ln.testscript
+++ b/tests/test/script/builtin/ln.testscript
@@ -1,5 +1,5 @@
# file : tests/test/script/builtin/ln.testscript
-# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
+# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
.include ../common.testscript
diff --git a/tests/test/script/builtin/mkdir.testscript b/tests/test/script/builtin/mkdir.testscript
index 6b082bd4..573f73d0 100644
--- a/tests/test/script/builtin/mkdir.testscript
+++ b/tests/test/script/builtin/mkdir.testscript
@@ -1,5 +1,5 @@
# file : tests/test/script/builtin/mkdir.testscript
-# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
+# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
.include ../common.testscript
diff --git a/tests/test/script/builtin/mv.testscript b/tests/test/script/builtin/mv.testscript
index 321fee55..06e07267 100644
--- a/tests/test/script/builtin/mv.testscript
+++ b/tests/test/script/builtin/mv.testscript
@@ -1,5 +1,5 @@
# file : tests/test/script/builtin/mv.testscript
-# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
+# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
.include ../common.testscript
diff --git a/tests/test/script/builtin/rm.testscript b/tests/test/script/builtin/rm.testscript
index 3dd2674c..0cc6f7c4 100644
--- a/tests/test/script/builtin/rm.testscript
+++ b/tests/test/script/builtin/rm.testscript
@@ -1,5 +1,5 @@
# file : tests/test/script/builtin/rm.testscript
-# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
+# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
.include ../common.testscript
diff --git a/tests/test/script/builtin/rmdir.testscript b/tests/test/script/builtin/rmdir.testscript
index 99dcaf14..1b195095 100644
--- a/tests/test/script/builtin/rmdir.testscript
+++ b/tests/test/script/builtin/rmdir.testscript
@@ -1,5 +1,5 @@
# file : tests/test/script/builtin/rmdir.testscript
-# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
+# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
.include ../common.testscript
diff --git a/tests/test/script/builtin/sed.testscript b/tests/test/script/builtin/sed.testscript
index 6e504e50..1665de2b 100644
--- a/tests/test/script/builtin/sed.testscript
+++ b/tests/test/script/builtin/sed.testscript
@@ -1,5 +1,5 @@
# file : tests/test/script/builtin/sed.testscript
-# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
+# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
.include ../common.testscript
diff --git a/tests/test/script/builtin/test.testscript b/tests/test/script/builtin/test.testscript
index f49b92b3..c17b3b0b 100644
--- a/tests/test/script/builtin/test.testscript
+++ b/tests/test/script/builtin/test.testscript
@@ -1,5 +1,5 @@
# file : tests/test/script/builtin/test.testscript
-# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
+# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
.include ../common.testscript
diff --git a/tests/test/script/builtin/touch.testscript b/tests/test/script/builtin/touch.testscript
index d58ed7f4..a43386b0 100644
--- a/tests/test/script/builtin/touch.testscript
+++ b/tests/test/script/builtin/touch.testscript
@@ -1,5 +1,5 @@
# file : tests/test/script/builtin/touch.testscript
-# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
+# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
.include ../common.testscript
diff --git a/tests/test/script/common.testscript b/tests/test/script/common.testscript
index b5098188..d51268aa 100644
--- a/tests/test/script/common.testscript
+++ b/tests/test/script/common.testscript
@@ -1,5 +1,5 @@
# file : tests/test/script/common.testscript
-# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
+# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
# Commonly-used build system test project setup and driver command line
diff --git a/tests/test/script/generated/buildfile b/tests/test/script/generated/buildfile
index 8dc8a73f..587d10db 100644
--- a/tests/test/script/generated/buildfile
+++ b/tests/test/script/generated/buildfile
@@ -1,5 +1,5 @@
# file : tests/test/script/generated/buildfile
-# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
+# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
# Test generated testscripts.
diff --git a/tests/test/script/generated/testscript b/tests/test/script/generated/testscript
index 0a28aa0b..2d759268 100644
--- a/tests/test/script/generated/testscript
+++ b/tests/test/script/generated/testscript
@@ -1,5 +1,5 @@
# file : tests/test/script/generated/testscript
-# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
+# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
test.arguments = test clean
diff --git a/tests/test/script/generated/testscript.in b/tests/test/script/generated/testscript.in
index 2125194b..14f0d54c 100644
--- a/tests/test/script/generated/testscript.in
+++ b/tests/test/script/generated/testscript.in
@@ -1,5 +1,5 @@
# file : tests/test/script/generated/testscript.in
-# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
+# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
echo '@version@' >'1.2.3'
diff --git a/tests/test/script/integration/buildfile b/tests/test/script/integration/buildfile
index cce2b12c..1d26a2d5 100644
--- a/tests/test/script/integration/buildfile
+++ b/tests/test/script/integration/buildfile
@@ -1,5 +1,5 @@
# file : tests/test/script/integration/buildfile
-# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
+# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
# Test integration of testscript into build system.
diff --git a/tests/test/script/integration/testscript b/tests/test/script/integration/testscript
index b3991973..6cc6d749 100644
--- a/tests/test/script/integration/testscript
+++ b/tests/test/script/integration/testscript
@@ -1,5 +1,5 @@
# file : tests/test/script/integration/testscript
-# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
+# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
# Note: using common.testscript from test/, not script/.
diff --git a/tests/test/script/runner/buildfile b/tests/test/script/runner/buildfile
index 6e8bdd3e..48334504 100644
--- a/tests/test/script/runner/buildfile
+++ b/tests/test/script/runner/buildfile
@@ -1,5 +1,5 @@
# file : tests/test/script/runner/buildfile
-# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
+# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
./: testscript{*} exe{driver} $b
diff --git a/tests/test/script/runner/cleanup.testscript b/tests/test/script/runner/cleanup.testscript
index 63fe4590..b9f09346 100644
--- a/tests/test/script/runner/cleanup.testscript
+++ b/tests/test/script/runner/cleanup.testscript
@@ -1,5 +1,5 @@
# file : tests/test/script/runner/cleanup.testscript
-# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
+# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
.include ../common.testscript
diff --git a/tests/test/script/runner/driver.cxx b/tests/test/script/runner/driver.cxx
index b48ab6e5..b6b52cde 100644
--- a/tests/test/script/runner/driver.cxx
+++ b/tests/test/script/runner/driver.cxx
@@ -1,5 +1,5 @@
// file : tests/test/script/runner/driver.cxx -*- C++ -*-
-// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
+// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
#include <limits> // numeric_limits
diff --git a/tests/test/script/runner/exit.testscript b/tests/test/script/runner/exit.testscript
index 38fd8e02..897cf655 100644
--- a/tests/test/script/runner/exit.testscript
+++ b/tests/test/script/runner/exit.testscript
@@ -1,5 +1,5 @@
# file : tests/test/script/runner/exit.testscript
-# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
+# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
.include ../common.testscript
diff --git a/tests/test/script/runner/expr.testscript b/tests/test/script/runner/expr.testscript
index b8dbfdce..fd9c6436 100644
--- a/tests/test/script/runner/expr.testscript
+++ b/tests/test/script/runner/expr.testscript
@@ -1,5 +1,5 @@
# file : tests/test/script/runner/expr.testscript
-# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
+# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
.include ../common.testscript
diff --git a/tests/test/script/runner/if.testscript b/tests/test/script/runner/if.testscript
index a625c346..8280d86e 100644
--- a/tests/test/script/runner/if.testscript
+++ b/tests/test/script/runner/if.testscript
@@ -1,5 +1,5 @@
# file : tests/test/script/runner/if.testscript
-# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
+# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
.include ../common.testscript
diff --git a/tests/test/script/runner/output.testscript b/tests/test/script/runner/output.testscript
index ec9ff920..178effee 100644
--- a/tests/test/script/runner/output.testscript
+++ b/tests/test/script/runner/output.testscript
@@ -1,5 +1,5 @@
# file : tests/test/script/runner/output.testscript
-# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
+# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
# Some of the tests below (*/script-wd, before/*) are probably more appropriate
diff --git a/tests/test/script/runner/pipe.testscript b/tests/test/script/runner/pipe.testscript
index ac236457..183d7faf 100644
--- a/tests/test/script/runner/pipe.testscript
+++ b/tests/test/script/runner/pipe.testscript
@@ -1,5 +1,5 @@
# file : tests/test/script/runner/pipe.testscript
-# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
+# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
.include ../common.testscript
diff --git a/tests/test/script/runner/redirect.testscript b/tests/test/script/runner/redirect.testscript
index f752403a..dfec2fdf 100644
--- a/tests/test/script/runner/redirect.testscript
+++ b/tests/test/script/runner/redirect.testscript
@@ -1,5 +1,5 @@
# file : tests/test/script/runner/redirect.testscript
-# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
+# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
.include ../common.testscript
diff --git a/tests/test/script/runner/regex.testscript b/tests/test/script/runner/regex.testscript
index ee4b25e4..adeeb0c0 100644
--- a/tests/test/script/runner/regex.testscript
+++ b/tests/test/script/runner/regex.testscript
@@ -1,5 +1,5 @@
# file : tests/test/script/runner/regex.testscript
-# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
+# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
# Here we test that regex objects are properly created by the parser/runner
diff --git a/tests/test/script/runner/set.testscript b/tests/test/script/runner/set.testscript
index 62f5b243..a7959636 100644
--- a/tests/test/script/runner/set.testscript
+++ b/tests/test/script/runner/set.testscript
@@ -1,5 +1,5 @@
# file : tests/test/script/runner/set.testscript
-# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
+# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
.include ../common.testscript
diff --git a/tests/test/script/runner/status.testscript b/tests/test/script/runner/status.testscript
index 0532ed36..271bf4f0 100644
--- a/tests/test/script/runner/status.testscript
+++ b/tests/test/script/runner/status.testscript
@@ -1,5 +1,5 @@
# file : tests/test/script/runner/status.testscript
-# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
+# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
.include ../common.testscript
diff --git a/tests/test/simple/generated/buildfile b/tests/test/simple/generated/buildfile
index df0131a6..6b2adbea 100644
--- a/tests/test/simple/generated/buildfile
+++ b/tests/test/simple/generated/buildfile
@@ -1,5 +1,5 @@
# file : tests/test/simple/generated/buildfile
-# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
+# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
# Test generated test inputs/outputs.
diff --git a/tests/test/simple/generated/driver.cxx b/tests/test/simple/generated/driver.cxx
index a7c08753..becf5cd1 100644
--- a/tests/test/simple/generated/driver.cxx
+++ b/tests/test/simple/generated/driver.cxx
@@ -1,5 +1,5 @@
// file : tests/test/simple/generated/driver.cxx -*- C++ -*-
-// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
+// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
#include <string>
diff --git a/tests/test/simple/generated/testscript b/tests/test/simple/generated/testscript
index 08bd3e36..63e79150 100644
--- a/tests/test/simple/generated/testscript
+++ b/tests/test/simple/generated/testscript
@@ -1,5 +1,5 @@
# file : tests/test/simple/generated/testscript
-# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
+# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
test.arguments = test clean