From be904eeada3613af639608479f114f5b17cf08c6 Mon Sep 17 00:00:00 2001 From: Matthias Maier Date: Sat, 21 Dec 2024 10:21:00 -0600 Subject: [PATCH] CMake: tests: fix tests in release tarball --- .gitattributes | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 -- 2.39.5