aboutsummaryrefslogtreecommitdiffstats
path: root/tests/samplebinding/global.h
diff options
context:
space:
mode:
authorMarcelo Lira <marcelo.lira@openbossa.org>2011-08-04 12:18:02 -0300
committerHugo Parente Lima <hugo.pl@gmail.com>2012-03-08 16:17:08 -0300
commiteda3572089e71e0c5065831438c4999486838547 (patch)
tree97439d75bbadd025b57125c209a8b3821e2d49f4 /tests/samplebinding/global.h
parent19713b8e3f7e9ba04653b3b4beff5cc26408af44 (diff)
Added tests for custom conversion and buffer protocol.
It it inspired by some of PySide's QByteArray tests.
Diffstat (limited to 'tests/samplebinding/global.h')
-rw-r--r--tests/samplebinding/global.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/samplebinding/global.h b/tests/samplebinding/global.h
index 08f45b1df..164e992a9 100644
--- a/tests/samplebinding/global.h
+++ b/tests/samplebinding/global.h
@@ -1,5 +1,6 @@
#include "abstract.h"
#include "blackbox.h"
+#include "bytearray.h"
#include "bucket.h"
#include "collector.h"
#include "complex.h"