diff options
| author | Thomas Schmucker <ts@its1.de> | 2020-06-27 10:23:57 +0200 |
|---|---|---|
| committer | Thomas Schmucker <ts@its1.de> | 2020-06-27 10:23:57 +0200 |
| commit | a609a0d5e82a15ee43f71f0a19218c59e9556575 (patch) | |
| tree | 10fd8284055e8b460b18b6cf1d78ea08284b0abd /csv-test.c | |
| parent | 57b81eacf20423c70a19d325bffee861d8b3a882 (diff) | |
| download | libcsv-a609a0d5e82a15ee43f71f0a19218c59e9556575.tar.gz libcsv-a609a0d5e82a15ee43f71f0a19218c59e9556575.tar.bz2 libcsv-a609a0d5e82a15ee43f71f0a19218c59e9556575.zip | |
aktiviere Code-Coverage-Test
Diffstat (limited to 'csv-test.c')
| -rw-r--r-- | csv-test.c | 4 |
1 files changed, 2 insertions, 2 deletions
| @@ -1,3 +1,5 @@ | |||
| 1 | #undef NDEBUG | ||
| 2 | |||
| 1 | #include <stdio.h> | 3 | #include <stdio.h> |
| 2 | #include <stdlib.h> | 4 | #include <stdlib.h> |
| 3 | #include <string.h> | 5 | #include <string.h> |
| @@ -6,8 +8,6 @@ | |||
| 6 | 8 | ||
| 7 | #include "csv.h" | 9 | #include "csv.h" |
| 8 | 10 | ||
| 9 | #undef NDEBUG | ||
| 10 | |||
| 11 | #define FMEMOPEN(f, data) \ | 11 | #define FMEMOPEN(f, data) \ |
| 12 | f = fmemopen(data, sizeof(data)-1, "r"); \ | 12 | f = fmemopen(data, sizeof(data)-1, "r"); \ |
| 13 | assert(f != NULL) | 13 | assert(f != NULL) |
