Commit 5dfa83b0 authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

Don't include test-programs in FlexeLint runs

parent 921bc4f1
...@@ -27,6 +27,8 @@ ...@@ -27,6 +27,8 @@
* *
*/ */
#ifndef __FLEXELINT__
#include "config.h" #include "config.h"
#include <stdint.h> #include <stdint.h>
...@@ -111,3 +113,5 @@ main(int argc, char *argv[]) ...@@ -111,3 +113,5 @@ main(int argc, char *argv[])
return (0); return (0);
} }
#endif // __FLEXELINT__
...@@ -28,6 +28,8 @@ ...@@ -28,6 +28,8 @@
* Test what VSL_Name2Tag and VSL_Glob2Tags produces * Test what VSL_Name2Tag and VSL_Glob2Tags produces
*/ */
#ifndef __FLEXELINT__
#include <stdint.h> #include <stdint.h>
#include <stdio.h> #include <stdio.h>
#include <stdlib.h> #include <stdlib.h>
...@@ -69,3 +71,5 @@ main(int argc, char * const *argv) ...@@ -69,3 +71,5 @@ main(int argc, char * const *argv)
return (0); return (0);
} }
#endif // __FLEXELINT__
...@@ -26,6 +26,8 @@ ...@@ -26,6 +26,8 @@
* SUCH DAMAGE. * SUCH DAMAGE.
*/ */
#ifndef __FLEXELINT__
#include <stdio.h> #include <stdio.h>
#include <stdlib.h> #include <stdlib.h>
#include <string.h> #include <string.h>
...@@ -84,3 +86,5 @@ main(int argc, char * const *argv) ...@@ -84,3 +86,5 @@ main(int argc, char * const *argv)
return (0); return (0);
} }
#endif // __FLEXELINT__
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment