summaryrefslogtreecommitdiff
path: root/tests/unit/testempty0.c
diff options
context:
space:
mode:
authorMickael Savinaud <savmickael@users.noreply.github.com>2012-11-27 09:11:16 +0000
committerMickael Savinaud <savmickael@users.noreply.github.com>2012-11-27 09:11:16 +0000
commitee9d777d69c4e94eab09b15ec6eac1d050750e02 (patch)
treefa48411a63ccfe83368a8987033af25cf0c949dd /tests/unit/testempty0.c
parent59582bafa39fc2e0e20e10c0538dbc59d3948deb (diff)
[trunk] add empty test about the issue 197. Updates issue 197
Diffstat (limited to 'tests/unit/testempty0.c')
-rw-r--r--tests/unit/testempty0.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/unit/testempty0.c b/tests/unit/testempty0.c
new file mode 100644
index 00000000..32d6f266
--- /dev/null
+++ b/tests/unit/testempty0.c
@@ -0,0 +1,3 @@
+#include <openjpeg.h>
+
+int main(int argc, char **argv) { return 0; }