summaryrefslogtreecommitdiff
path: root/tests/testtools.hh
diff options
context:
space:
mode:
Diffstat (limited to 'tests/testtools.hh')
-rw-r--r--tests/testtools.hh14
1 files changed, 14 insertions, 0 deletions
diff --git a/tests/testtools.hh b/tests/testtools.hh
new file mode 100644
index 0000000..77c52da
--- /dev/null
+++ b/tests/testtools.hh
@@ -0,0 +1,14 @@
+#ifndef __TESTS_TEST_TOOLS_HH__
+#define __TESTS_TEST_TOOLS_HH__
+
+namespace rtfl {
+
+namespace tests {
+
+int openPipe (const char *command);
+
+} // namespace tests
+
+} // namespace rtfl
+
+#endif // __TESTS_TEST_TOOLS_HH__