]> git.localhorst.tv Git - blank.git/blobdiff - tst/app/ProcessTest.hpp
timeouts reading from spawned processes
[blank.git] / tst / app / ProcessTest.hpp
index 972fbe5092e506b4d62d923baa5e6db2c75b5bf8..87ebf449dc6d626741bbbbdb76864bfa95f14965 100644 (file)
@@ -14,6 +14,8 @@ CPPUNIT_TEST_SUITE(ProcessTest);
 
 CPPUNIT_TEST(testExit);
 CPPUNIT_TEST(testStream);
+CPPUNIT_TEST(testEnv);
+CPPUNIT_TEST(testTimeout);
 
 CPPUNIT_TEST_SUITE_END();
 
@@ -23,6 +25,8 @@ public:
 
        void testExit();
        void testStream();
+       void testEnv();
+       void testTimeout();
 
 };