1
0
mirror of https://github.com/winfsp/winfsp.git synced 2025-10-30 03:28:38 -05:00

winfsp-tests: mount-test

This commit is contained in:
Bill Zissimopoulos
2015-12-08 22:07:46 -08:00
parent 0c62199c73
commit 5abc81a58f
2 changed files with 19 additions and 9 deletions

View File

@@ -1,5 +1,8 @@
#include <tlib/testsuite.h>
int WinFspDiskTests = 1;
int WinFspNetTests = 0;
int main(int argc, char *argv[])
{
TESTSUITE(mount_tests);