aboutsummaryrefslogtreecommitdiffstats
path: root/tests/otherbinding/global.h
diff options
context:
space:
mode:
authorMarcelo Lira <marcelo.lira@openbossa.org>2009-12-08 11:24:48 -0300
committerMarcelo Lira <marcelo.lira@openbossa.org>2009-12-29 15:42:30 -0300
commitef1d065f23b6e9c206cb44b5fd2c36708bb238ca (patch)
treee5329086a9dc5c4e8dfaa9d92af42ea4b86cd0e2 /tests/otherbinding/global.h
parente67ea3ffab7c161785636b78c41f3b624ec0f5ab (diff)
Adds "libother" as a new test library.
New test library and corresponding binding were added to check for intermodule problems. The CMake linkage type for the modules had to be changed from MODULE to SHARED. Reviewed by Hugo Parente <hugo.lima@openbossa.org>
Diffstat (limited to 'tests/otherbinding/global.h')
-rw-r--r--tests/otherbinding/global.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/otherbinding/global.h b/tests/otherbinding/global.h
new file mode 100644
index 000000000..c8bfcfb4b
--- /dev/null
+++ b/tests/otherbinding/global.h
@@ -0,0 +1,3 @@
+#include "../samplebinding/global.h"
+#include "otherderived.h"
+