From 8e059e43c479b9cae258bd7c5a976b2f36776b2f Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Thu, 14 Jul 2016 20:49:41 +0300 Subject: Add test15 into ci tests. --- tools/ci/samples/test15.cpp | 12 ++++++++++++ tools/ci/samples/test15.h | 6 ++++++ 2 files changed, 18 insertions(+) create mode 100644 tools/ci/samples/test15.cpp create mode 100644 tools/ci/samples/test15.h (limited to 'tools') diff --git a/tools/ci/samples/test15.cpp b/tools/ci/samples/test15.cpp new file mode 100644 index 0000000..5282534 --- /dev/null +++ b/tools/ci/samples/test15.cpp @@ -0,0 +1,12 @@ +#include "test15.h" + +#ifdef QQQ +#include +#else +#include +#endif + +int function1() +{ + return 0; +} diff --git a/tools/ci/samples/test15.h b/tools/ci/samples/test15.h new file mode 100644 index 0000000..fd3d077 --- /dev/null +++ b/tools/ci/samples/test15.h @@ -0,0 +1,6 @@ +#ifndef TEST15 +#define TEST15 + +int function1(); + +#endif // TEST15 \ No newline at end of file -- cgit v1.2.3-70-g09d2