aboutsummaryrefslogtreecommitdiffstats
path: root/tests/minimalbinding/global.h
diff options
context:
space:
mode:
authorMarcelo Lira <marcelo.lira@openbossa.org>2011-05-16 12:57:58 -0300
committerHugo Parente Lima <hugo.pl@gmail.com>2012-03-08 16:15:23 -0300
commit973a5389ac0f2a5d899025843b9af9e587eff7d3 (patch)
tree7c2988fd044ef091c56d92683a15f145ce99cd0e /tests/minimalbinding/global.h
parent510e7af9a0e9a8b8c0b90ad76453d9ccdf55aedb (diff)
Added a new test binding called 'minimal'.
The purpose is to have the smallest possible binding to help when doing complex changes that require a good deal of debugging and tracking, and the many operations performed in too many wrapped classes will clutter any output used for those purposes. In other words: don't add anything here except with a good reason for it, prefer to use 'sample' or 'other' binding for that. Reviewed by Hugo Parente <hugo.lima@openbossa.org> Reviewed by Luciano Wolf <luciano.wolf@openbossa.org>
Diffstat (limited to 'tests/minimalbinding/global.h')
-rw-r--r--tests/minimalbinding/global.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/minimalbinding/global.h b/tests/minimalbinding/global.h
new file mode 100644
index 000000000..112023202
--- /dev/null
+++ b/tests/minimalbinding/global.h
@@ -0,0 +1,2 @@
+#include "obj.h"
+#include "val.h"