diff options
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 |