1
0
mirror of https://github.com/winfsp/winfsp.git synced 2025-10-29 19:18:39 -05:00
Files
winfsp/tst/winfsp-tests/winfsp-tests.c
2015-12-08 22:07:46 -08:00

12 lines
190 B
C

#include <tlib/testsuite.h>
int WinFspDiskTests = 1;
int WinFspNetTests = 0;
int main(int argc, char *argv[])
{
TESTSUITE(mount_tests);
tlib_run_tests(argc, argv);
return 0;
}