summaryrefslogtreecommitdiff
path: root/tests/unit
diff options
context:
space:
mode:
authorAntonin Descampe <antonin@gmail.com>2015-09-15 15:11:12 +0200
committerAntonin Descampe <antonin@gmail.com>2015-09-15 15:11:12 +0200
commitf8013bec95e07e456cc43a31699d66fa97998772 (patch)
tree76e4c782603a08b1c856d5186b6b0b3cfd4f6d82 /tests/unit
parent770e81eebc50bd94f7f93de0ff923eb4330adb55 (diff)
update conformance test files on 1.5 branch
Diffstat (limited to 'tests/unit')
-rw-r--r--tests/unit/testempty0.c7
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;
+}