summaryrefslogtreecommitdiffstats
path: root/src/svnqt/tests/testconfig.h.in
diff options
context:
space:
mode:
Diffstat (limited to 'src/svnqt/tests/testconfig.h.in')
-rw-r--r--src/svnqt/tests/testconfig.h.in7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/svnqt/tests/testconfig.h.in b/src/svnqt/tests/testconfig.h.in
new file mode 100644
index 0000000..5ffff3e
--- /dev/null
+++ b/src/svnqt/tests/testconfig.h.in
@@ -0,0 +1,7 @@
+#ifndef __TEST_CONFIG_H
+#define __TEST_CONFIG_H
+
+#define TESTREPOPATH "@CMAKE_CURRENT_BINARY_DIR@/repo"
+#define TESTCOPATH "@CMAKE_CURRENT_BINARY_DIR@/co"
+
+#endif