diff options
Diffstat (limited to 'config.tests/unix/oci')
-rw-r--r-- | config.tests/unix/oci/oci.cpp | 6 | ||||
-rw-r--r-- | config.tests/unix/oci/oci.pro | 4 |
2 files changed, 10 insertions, 0 deletions
diff --git a/config.tests/unix/oci/oci.cpp b/config.tests/unix/oci/oci.cpp new file mode 100644 index 0000000..9f83a78 --- /dev/null +++ b/config.tests/unix/oci/oci.cpp @@ -0,0 +1,6 @@ +#include <oci.h> + +int main(int, char **) +{ + return 0; +} diff --git a/config.tests/unix/oci/oci.pro b/config.tests/unix/oci/oci.pro new file mode 100644 index 0000000..4add225 --- /dev/null +++ b/config.tests/unix/oci/oci.pro @@ -0,0 +1,4 @@ +SOURCES = oci.cpp +CONFIG -= qt dylib +mac:CONFIG -= app_bundle +LIBS += -lclntsh |