test/main.c

changeset 692
56b66fe2b4f5
parent 687
9922a349a61a
child 747
efbd59642577
equal deleted inserted replaced
691:48ec0ab17011 692:56b66fe2b4f5
32 #include <ucx/test.h> 32 #include <ucx/test.h>
33 33
34 #include "base64.h" 34 #include "base64.h"
35 #include "crypto.h" 35 #include "crypto.h"
36 36
37 int test_main(int argc, char **argv);
38
37 #ifdef _WIN32 39 #ifdef _WIN32
38 int wmain(int argc, wchar_t **argv) { 40 int wmain(int argc, wchar_t **argv) {
39 return test_main(1, "davtest"); 41 return test_main(1, "davtest");
40 } 42 }
41 #else 43 #else

mercurial