summaryrefslogtreecommitdiffstats
path: root/Tests/FindProtobuf/Test/main.cxx
diff options
context:
space:
mode:
authorAndré Apitzsch <andre.apitzsch@etit.tu-chemnitz.de>2017-05-18 11:53:40 (GMT)
committerAndré Apitzsch <andre.apitzsch@etit.tu-chemnitz.de>2017-05-18 11:57:01 (GMT)
commite4e1d194bd6dcda2f5eb759dd4a1356a8b02df5d (patch)
treeede615959b339a50e5707092c0ebe9b06c6d7fd1 /Tests/FindProtobuf/Test/main.cxx
parentf29635b66746324e1d6e1f17097dd7bd4ed347b0 (diff)
downloadCMake-e4e1d194bd6dcda2f5eb759dd4a1356a8b02df5d.zip
CMake-e4e1d194bd6dcda2f5eb759dd4a1356a8b02df5d.tar.gz
CMake-e4e1d194bd6dcda2f5eb759dd4a1356a8b02df5d.tar.bz2
FindProtobuf: add tests
Diffstat (limited to 'Tests/FindProtobuf/Test/main.cxx')
-rw-r--r--Tests/FindProtobuf/Test/main.cxx8
1 files changed, 8 insertions, 0 deletions
diff --git a/Tests/FindProtobuf/Test/main.cxx b/Tests/FindProtobuf/Test/main.cxx
new file mode 100644
index 0000000..87d5c12
--- /dev/null
+++ b/Tests/FindProtobuf/Test/main.cxx
@@ -0,0 +1,8 @@
+#include <google/protobuf/stubs/common.h>
+
+int main()
+{
+ GOOGLE_PROTOBUF_VERIFY_VERSION;
+
+ return 0;
+}