winfsp/tst/winfsp-tests/winfsp-tests.c
Bill Zissimopoulos 223b287453 dll: WIP
2015-12-31 22:53:17 -08:00

15 lines
248 B
C

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