summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/gtest_dlt_daemon_common.cpp10
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/gtest_dlt_daemon_common.cpp b/tests/gtest_dlt_daemon_common.cpp
index 8049965..58cc77e 100644
--- a/tests/gtest_dlt_daemon_common.cpp
+++ b/tests/gtest_dlt_daemon_common.cpp
@@ -44,6 +44,16 @@ extern "C" {
#include "dlt_offline_trace.h"
}
+#ifndef DLT_USER_DIR
+#define DLT_USER_DIR "/tmp/dltpipes"
+#endif
+
+/* Name of named pipe to DLT daemon */
+#ifndef DLT_USER_FIFO
+#define DLT_USER_FIFO "/tmp/dlt"
+#endif
+
+
/* Begin Method:dlt_daemon_common::dlt_daemon_application_add */
TEST(t_dlt_daemon_application_add, normal)
{