git/t/unit-tests
Junio C Hamano 9115864cb5 Merge branch 'jc/unit-tests-make-relative-fix'
The mechanism to report the filename in the source code, used by
the unit-test machinery, assumed that the compiler expanded __FILE__
to the path to the source given to the $(CC), but some compilers
give full path, breaking the output.  This has been corrected.

* jc/unit-tests-make-relative-fix:
  unit-tests: do show relative file paths on non-Windows, too
2024-02-13 14:31:11 -08:00
..
.gitignore
t-basic.c
t-ctype.c unit-tests: rewrite t/helper/test-ctype.c as a unit test 2024-01-16 07:37:47 -08:00
t-mem-pool.c mem-pool: fix big allocations 2023-12-28 12:22:43 -08:00
t-prio-queue.c tests: move t0009-prio-queue.sh to the new unit testing framework 2024-01-22 10:55:01 -08:00
t-strbuf.c
test-lib.c unit-tests: do show relative file paths on non-Windows, too 2024-02-12 08:44:22 -08:00
test-lib.h