]> git.ipfire.org Git - thirdparty/git.git/commit - Makefile
test-lib: add a PTHREADS prerequisite
authorÆvar Arnfjörð Bjarmason <avarab@gmail.com>
Thu, 25 May 2017 19:45:31 +0000 (19:45 +0000)
committerJunio C Hamano <gitster@pobox.com>
Fri, 26 May 2017 03:52:37 +0000 (12:52 +0900)
commit68c7d2761dd78173d311fbe4fa5f0f764a75e4ec
treeab03de11dcb4fd013b95cb22d05e2d150af5d312
parent543f1c0cb059ca41e23ee1ee1c12f812b135b01e
test-lib: add a PTHREADS prerequisite

Add a PTHREADS prerequisite which is false when git is compiled with
NO_PTHREADS=YesPlease.

There's lots of custom code that runs when threading isn't available,
but before this prerequisite there was no way to test it.

Signed-off-by: Ævar Arnfjörð Bjarmason <avarab@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Makefile
t/README
t/test-lib.sh