diff options
| author | Antonin Descampe <antonin@gmail.com> | 2015-09-15 15:11:12 +0200 |
|---|---|---|
| committer | Antonin Descampe <antonin@gmail.com> | 2015-09-15 15:11:12 +0200 |
| commit | f8013bec95e07e456cc43a31699d66fa97998772 (patch) | |
| tree | 76e4c782603a08b1c856d5186b6b0b3cfd4f6d82 /tests/unit | |
| parent | 770e81eebc50bd94f7f93de0ff923eb4330adb55 (diff) | |
update conformance test files on 1.5 branch
Diffstat (limited to 'tests/unit')
| -rw-r--r-- | tests/unit/testempty0.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/unit/testempty0.c b/tests/unit/testempty0.c new file mode 100644 index 00000000..09850604 --- /dev/null +++ b/tests/unit/testempty0.c @@ -0,0 +1,7 @@ +#include "openjpeg.h" + +int main(int argc, char **argv) { + (void)argc; + (void)argv; + return 0; +} |
