diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2021-04-06 21:40:31 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2021-04-06 21:40:31 +0300 |
commit | 326191bd26fc3eb824f7da5eebb903c9800c8c7c (patch) | |
tree | 5b7aec5912ce972fd4046bfc29fafcea50f4ba4e /tools | |
parent | ctest-driver.py: fix --new-window (diff) | |
download | cmake-common-326191bd26fc3eb824f7da5eebb903c9800c8c7c.tar.gz cmake-common-326191bd26fc3eb824f7da5eebb903c9800c8c7c.zip |
ctest-driver.py: add copyright notice
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/ctest-driver.py | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tools/ctest-driver.py b/tools/ctest-driver.py index e467bd1..5edec6a 100755 --- a/tools/ctest-driver.py +++ b/tools/ctest-driver.py @@ -1,5 +1,10 @@ #!/usr/bin/env python3 +# Copyright (c) 2021 Egor Tensin <Egor.Tensin@gmail.com> +# This file is part of the "cmake-common" project. +# For details, see https://github.com/egor-tensin/cmake-common. +# Distributed under the MIT License. + '''Wrap your actual test driver for CTest CTest suffers from at least two issues, in particular with regard to its |