From: Matthias Maier Date: Sat, 21 Dec 2024 16:21:00 +0000 (-0600) Subject: CMake: tests: fix tests in release tarball X-Git-Tag: v9.6.2~1^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F17953%2Fhead;p=dealii.git CMake: tests: fix tests in release tarball --- diff --git a/.gitattributes b/.gitattributes index f665fdf21e..e954334486 100644 --- a/.gitattributes +++ b/.gitattributes @@ -14,9 +14,11 @@ Jenkinsfile export-ignore /.github/ export-ignore +# exclude most of the testsuite from the tarball: +/tests/* export-ignore +# but keep everything to run the "make test" target (quick_tests, examples): /tests/CMakeLists.txt -export-ignore /tests/examples -export-ignore -/tests/* export-ignore /tests/quick_tests -export-ignore /tests/run_*.cmake -export-ignore /tests/scripts -export-ignore