diff --git a/tests/TestScripts/testPartialTestCaseEvent.py b/tests/TestScripts/testPartialTestCaseEvent.py index d119e6da..8259d211 100755 --- a/tests/TestScripts/testPartialTestCaseEvent.py +++ b/tests/TestScripts/testPartialTestCaseEvent.py @@ -1,5 +1,12 @@ #!/usr/bin/env python3 +# Copyright Catch2 Authors +# Distributed under the Boost Software License, Version 1.0. +# (See accompanying file LICENSE_1_0.txt or copy at +# https://www.boost.org/LICENSE_1_0.txt) + +# SPDX-License-Identifier: BSL-1.0 + """ This test script verifies that the testCasePartial{Starting,Ended} reporter events fire properly. This is done by calling a test binary compiled with diff --git a/tests/TestScripts/testRandomOrder.py b/tests/TestScripts/testRandomOrder.py index 911400dd..afab231d 100755 --- a/tests/TestScripts/testRandomOrder.py +++ b/tests/TestScripts/testRandomOrder.py @@ -1,5 +1,12 @@ #!/usr/bin/env python3 +# Copyright Catch2 Authors +# Distributed under the Boost Software License, Version 1.0. +# (See accompanying file LICENSE_1_0.txt or copy at +# https://www.boost.org/LICENSE_1_0.txt) + +# SPDX-License-Identifier: BSL-1.0 + """ This test script verifies that the random ordering of tests inside Catch2 is invariant in regards to subsetting. This is done by running diff --git a/tests/TestScripts/testSharding.py b/tests/TestScripts/testSharding.py index eb3fad99..6902f83c 100755 --- a/tests/TestScripts/testSharding.py +++ b/tests/TestScripts/testSharding.py @@ -1,5 +1,12 @@ #!/usr/bin/env python3 +# Copyright Catch2 Authors +# Distributed under the Boost Software License, Version 1.0. +# (See accompanying file LICENSE_1_0.txt or copy at +# https://www.boost.org/LICENSE_1_0.txt) + +# SPDX-License-Identifier: BSL-1.0 + """ This test script verifies that sharding tests does change which tests are run. This is done by running the binary multiple times, once to list all the tests,