diff options
Diffstat (limited to 'tests/command')
-rw-r--r-- | tests/command/buildfile | 1 | ||||
-rw-r--r-- | tests/command/driver.cxx | 1 | ||||
-rw-r--r-- | tests/command/testscript | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/tests/command/buildfile b/tests/command/buildfile index 27e74e8..3b71a1c 100644 --- a/tests/command/buildfile +++ b/tests/command/buildfile @@ -1,5 +1,4 @@ # file : tests/command/buildfile -# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file import libs = libbutl%lib{butl} diff --git a/tests/command/driver.cxx b/tests/command/driver.cxx index ef07962..0c070ab 100644 --- a/tests/command/driver.cxx +++ b/tests/command/driver.cxx @@ -1,5 +1,4 @@ // file : tests/command/driver.cxx -*- C++ -*- -// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #include <cassert> diff --git a/tests/command/testscript b/tests/command/testscript index 12ddd79..40af276 100644 --- a/tests/command/testscript +++ b/tests/command/testscript @@ -1,5 +1,4 @@ # file : tests/command/testscript -# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file cmd="'$0' -C -A" # Command that prints its arguments to stdout. |