summaryrefslogtreecommitdiff
path: root/tests/cpp/main.cpp
diff options
context:
space:
mode:
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);
/**