blob: 77c52daa6937f6484bfd8ce414c78e22ff4c9cdd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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__
|