summaryrefslogtreecommitdiff
path: root/tests/test-pedantic-compilation.cxx
diff options
context:
space:
mode:
authorHans Ulrich Niedermann <gp@n-dimensional.de>2006-10-03 13:33:43 +0000
committerHans Ulrich Niedermann <gp@n-dimensional.de>2006-10-03 13:33:43 +0000
commitccf2a1ab38d3749ec81cd9648bf7b9fb520b0f7b (patch)
tree5cb627266a4fe9b013fd3a102c9f75f9c5836fc3 /tests/test-pedantic-compilation.cxx
parentc56e6ed9e283271460577f78b2d15cb84fa61816 (diff)
downloadlibgphoto2-ccf2a1ab38d3749ec81cd9648bf7b9fb520b0f7b.tar.gz
add pedantic compilation test cases
git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@9250 67ed7778-7388-44ab-90cf-0a291f65f57c
Diffstat (limited to 'tests/test-pedantic-compilation.cxx')
-rw-r--r--tests/test-pedantic-compilation.cxx6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/test-pedantic-compilation.cxx b/tests/test-pedantic-compilation.cxx
new file mode 100644
index 000000000..ff9675392
--- /dev/null
+++ b/tests/test-pedantic-compilation.cxx
@@ -0,0 +1,6 @@
+#include <gphoto2/gphoto2.h>
+
+int main()
+{
+ return 0;
+}