aboutsummaryrefslogtreecommitdiffstats
path: root/tests/testenum.h
diff options
context:
space:
mode:
authorMarcelo Lira <marcelo.lira@openbossa.org>2010-09-23 16:51:16 -0300
committerHugo Parente Lima <hugo.pl@gmail.com>2012-03-09 19:10:10 -0300
commit7e0b83f158ee45657c0824d2dc05dd2b28d1798a (patch)
tree44956c805d4974928d733ec64b82a4d85c28938e /tests/testenum.h
parent3f4f28d14b3dfc7be0834ef13a0a04350dec752b (diff)
Added tests for global enums.
They check if the AbstractMetaEnumValues hold the correct value information about the enum item described.
Diffstat (limited to 'tests/testenum.h')
-rw-r--r--tests/testenum.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/testenum.h b/tests/testenum.h
index 9074f754f..38826ccfb 100644
--- a/tests/testenum.h
+++ b/tests/testenum.h
@@ -32,6 +32,7 @@ private slots:
void testEnumCppSignature();
void testEnumWithApiVersion();
void testAnonymousEnum();
+ void testGlobalEnums();
};
#endif