mirror of
https://github.com/winfsp/winfsp.git
synced 2025-04-22 08:23:05 -05:00
9 lines
140 B
C
9 lines
140 B
C
#include <tlib/testsuite.h>
|
|
|
|
int main(int argc, char *argv[])
|
|
{
|
|
TESTSUITE(mount_tests);
|
|
tlib_run_tests(argc, argv);
|
|
return 0;
|
|
}
|