diff options
Diffstat (limited to 'tests/test/script/runner')
-rw-r--r-- | tests/test/script/runner/buildfile | 2 | ||||
-rw-r--r-- | tests/test/script/runner/cleanup.test | 2 | ||||
-rw-r--r-- | tests/test/script/runner/driver.cxx | 2 | ||||
-rw-r--r-- | tests/test/script/runner/redirect.test | 2 | ||||
-rw-r--r-- | tests/test/script/runner/status.test | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/tests/test/script/runner/buildfile b/tests/test/script/runner/buildfile index a7603e4..1ea8643 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-2016 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file ./: test{cleanup redirect status} exe{driver} $b diff --git a/tests/test/script/runner/cleanup.test b/tests/test/script/runner/cleanup.test index aec3f20..ac7c64d 100644 --- a/tests/test/script/runner/cleanup.test +++ b/tests/test/script/runner/cleanup.test @@ -1,5 +1,5 @@ # file : tests/test/script/runner/cleanup.test -# copyright : Copyright (c) 2014-2016 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file .include ../common.test diff --git a/tests/test/script/runner/driver.cxx b/tests/test/script/runner/driver.cxx index 6a3698f..6921e4c 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-2016 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #include <limits> // numeric_limits diff --git a/tests/test/script/runner/redirect.test b/tests/test/script/runner/redirect.test index 64b11ea..72e49b2 100644 --- a/tests/test/script/runner/redirect.test +++ b/tests/test/script/runner/redirect.test @@ -1,5 +1,5 @@ # file : tests/test/script/runner/redirect.test -# copyright : Copyright (c) 2014-2016 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file .include ../common.test diff --git a/tests/test/script/runner/status.test b/tests/test/script/runner/status.test index 0daa8c7..d7a0d0d 100644 --- a/tests/test/script/runner/status.test +++ b/tests/test/script/runner/status.test @@ -1,5 +1,5 @@ # file : tests/test/script/runner/status.test -# copyright : Copyright (c) 2014-2016 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file .include ../common.test |