summaryrefslogtreecommitdiff
path: root/test/libtest/test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/libtest/test.cpp')
-rw-r--r--test/libtest/test.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/libtest/test.cpp b/test/libtest/test.cpp
index fd9f3d74..af37b4dd 100644
--- a/test/libtest/test.cpp
+++ b/test/libtest/test.cpp
@@ -17,6 +17,11 @@ Test::~Test()
{
}
+void Test::setArgs([[maybe_unused]] int argc, char *argv[])
+{
+ self_ = argv[0];
+}
+
int Test::execute()
{
int ret;