]> git.ipfire.org Git - thirdparty/git.git/blobdiff - t/helper/test-reftable.c
reftable: (de)serialization for the polymorphic record type.
[thirdparty/git.git] / t / helper / test-reftable.c
index 3b58e423e7b1b8f07959e3ca723c33ea92a650ff..09d4b83ef9b8c5ab79845fc581fb674b21cecf46 100644 (file)
@@ -4,6 +4,6 @@
 int cmd__reftable(int argc, const char **argv)
 {
        basics_test_main(argc, argv);
-
+       record_test_main(argc, argv);
        return 0;
 }