#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__