diff options
author | bloodstalker <thabogre@gmail.com> | 2016-12-29 16:12:35 +0000 |
---|---|---|
committer | bloodstalker <thabogre@gmail.com> | 2016-12-29 16:12:35 +0000 |
commit | 11de24eb7fe8b72728e3631c493fc53320107e52 (patch) | |
tree | 0c1b3a94b5f80f862e89f95f023055fe703e3e12 /test/testFuncs3.h | |
parent | added 5.3 and 5.4 (diff) | |
download | mutator-11de24eb7fe8b72728e3631c493fc53320107e52.tar.gz mutator-11de24eb7fe8b72728e3631c493fc53320107e52.zip |
new testfiles. added tdd tests for 10.3 and 10.4
Diffstat (limited to 'test/testFuncs3.h')
-rw-r--r-- | test/testFuncs3.h | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/test/testFuncs3.h b/test/testFuncs3.h new file mode 100644 index 0000000..17ef5dd --- /dev/null +++ b/test/testFuncs3.h @@ -0,0 +1,31 @@ + +#if 0 +#include <assert.h> +#include <complex.h> +#include <ctype.h> +#include <errno.h> +#include <fenv.h> +#include <float.h> +#include <inttypes.h> +#include <iso646.h> +#include <limits.h> +#include <locale.h> +#include <math.h> +#include <setjmp.h> +#include <signal.h> +#include <stdalign.h> +#include <stdarg.h> +#include <stdatomic.h> +#include <stdbool.h> +#include <stddef.h> +#include <stdint.h> +#include <stdio.h> +#include <stdlib.h> +#include <stdnoreturn.h> +#include <string.h> +#include <tgmath.h> +#include <time.h> +#include <uchar.h> +#include <wchar.h> +#include <wctype.h> +#endif
\ No newline at end of file |