diff options
| author | Junio C Hamano <gitster@pobox.com> | 2025-03-05 10:37:43 -0800 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2025-03-05 10:37:43 -0800 |
| commit | 6024f321d491c4f37a2698239260757df64c611b (patch) | |
| tree | d8e6b92859d527394fd2d1c857dc386cc5cbcabe /t/unit-tests/unit-test.c | |
| parent | feffb34257ee8eef18cc6a3a5a4f01d40720bda1 (diff) | |
| parent | 149585079facfbdb5713bb8852caea2068cd4f28 (diff) | |
Merge branch 'sk/unit-test-oid'
Convert a few unit tests to the clar framework.
* sk/unit-test-oid:
t/unit-tests: convert oidtree test to use clar test framework
t/unit-tests: convert oidmap test to use clar test framework
t/unit-tests: convert oid-array test to use clar test framework
t/unit-tests: implement clar specific oid helper functions
Diffstat (limited to 't/unit-tests/unit-test.c')
| -rw-r--r-- | t/unit-tests/unit-test.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/t/unit-tests/unit-test.c b/t/unit-tests/unit-test.c index fa8818842a..5af645048a 100644 --- a/t/unit-tests/unit-test.c +++ b/t/unit-tests/unit-test.c @@ -1,5 +1,7 @@ #include "unit-test.h" +#include "hex.h" #include "parse-options.h" +#include "strbuf.h" #include "string-list.h" #include "strvec.h" |
