diff options
| author | Junio C Hamano <gitster@pobox.com> | 2024-06-12 13:37:14 -0700 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2024-06-12 13:37:14 -0700 |
| commit | 56346ba24e16274196180a859d27a8199acb6150 (patch) | |
| tree | a736363b58abe84f0ea84b93a042dd124e3cbfd6 /t/helper/test-reftable.c | |
| parent | a39e28ace77686db3324d1093a92c2cfdf5a5e0b (diff) | |
| parent | efa8786800618b4119536d2af8f0bbcfa86b1c04 (diff) | |
| download | git-56346ba24e16274196180a859d27a8199acb6150.tar.gz | |
Merge branch 'cp/reftable-unit-test'
Basic unit tests for reftable have been reimplemented under the
unit test framework.
* cp/reftable-unit-test:
t: improve the test-case for parse_names()
t: add test for put_be16()
t: move tests from reftable/record_test.c to the new unit test
t: move tests from reftable/stack_test.c to the new unit test
t: move reftable/basics_test.c to the unit testing framework
Diffstat (limited to 't/helper/test-reftable.c')
| -rw-r--r-- | t/helper/test-reftable.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/t/helper/test-reftable.c b/t/helper/test-reftable.c index bae731669c..9160bc5da6 100644 --- a/t/helper/test-reftable.c +++ b/t/helper/test-reftable.c @@ -5,7 +5,6 @@ int cmd__reftable(int argc, const char **argv) { /* test from simple to complex. */ - basics_test_main(argc, argv); record_test_main(argc, argv); block_test_main(argc, argv); tree_test_main(argc, argv); |
