summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorEdward Thomson <ethomson@edwardthomson.com>2021-11-15 07:45:16 -0500
committerEdward Thomson <ethomson@edwardthomson.com>2022-02-22 22:07:44 -0500
commit5fcfada500073ddd4acbfa0b0906e37025b45556 (patch)
tree598abca1f4fdfdf26fc68debaeb0216cf72eb1b2 /tests
parentc3b7ace9cf3216928a31886b32c264e0cd3cde75 (diff)
downloadlibgit2-5fcfada500073ddd4acbfa0b0906e37025b45556.tar.gz
cmake: document CMakeLists.txt hierarchy
Diffstat (limited to 'tests')
-rw-r--r--tests/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt
index f293c158d..33dfd0ae8 100644
--- a/tests/CMakeLists.txt
+++ b/tests/CMakeLists.txt
@@ -1,3 +1,5 @@
+# tests: the unit and integration tests for libgit2
+
set(Python_ADDITIONAL_VERSIONS 3 2.7)
find_package(PythonInterp)