skip build test-arg-parser on windows
This commit is contained in:
parent
f5e6a80c3f
commit
88e3a4f3bc
1 changed files with 4 additions and 0 deletions
|
@ -8,6 +8,9 @@
|
|||
#include "common.h"
|
||||
|
||||
int main(void) {
|
||||
#ifdef _WIN32
|
||||
printf("test-arg-parser: skip on windows build\n");
|
||||
#else
|
||||
gpt_params params;
|
||||
|
||||
printf("test-arg-parser: make sure there is no duplicated arguments in any examples\n\n");
|
||||
|
@ -88,4 +91,5 @@ int main(void) {
|
|||
|
||||
|
||||
printf("test-arg-parser: all tests OK\n\n");
|
||||
#endif // __MINGW32__
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue