summaryrefslogtreecommitdiff
path: root/tests/cpp/main.cpp
diff options
context:
space:
mode:
authorvalmat <ufabiz@gmail.com>2014-03-27 23:36:57 +0600
committervalmat <ufabiz@gmail.com>2014-03-27 23:36:57 +0600
commitb2e2aa93754a12fac360e8de5196e45cd2f0f2aa (patch)
treedd4017052ebd84fa9642bad60455d6c3d7502e29 /tests/cpp/main.cpp
parent465f4b7b72a17102e91f05f5d36d024b73e3787c (diff)
add test: 007-Iterate-internal-array.phpt
Iterate internal array
Diffstat (limited to 'tests/cpp/main.cpp')
-rw-r--r--tests/cpp/main.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/cpp/main.cpp b/tests/cpp/main.cpp
index 6b1502b..4e781d2 100644
--- a/tests/cpp/main.cpp
+++ b/tests/cpp/main.cpp
@@ -52,6 +52,7 @@ extern "C"
// add function to extension
//extension.add("TestValueIterator\\loopValue", TestValueIterator::loopValue/*, {
extension.add("TestValueIterator\\loopValue", TestValueIterator::loopValue);
+ extension.add("TestValueIterator\\loopArray", TestValueIterator::loopArray);
/**