tst: reparse point testing

This commit is contained in:
Bill Zissimopoulos
2016-09-04 12:38:12 -07:00
parent 80e07cead6
commit 28931f4687
4 changed files with 113 additions and 0 deletions

View File

@ -20,6 +20,7 @@ int main(int argc, char *argv[])
TESTSUITE(flush_tests);
TESTSUITE(lock_tests);
TESTSUITE(dirctl_tests);
TESTSUITE(reparse_tests);
tlib_run_tests(argc, argv);
return 0;