]> git.localhorst.tv Git - blank.git/blobdiff - tst/app/ProcessTest.hpp
allow cloned env with child processes
[blank.git] / tst / app / ProcessTest.hpp
index 972fbe5092e506b4d62d923baa5e6db2c75b5bf8..95217e3bb48e084c1de79e49d6d2eaaaab78f553 100644 (file)
@@ -14,6 +14,7 @@ CPPUNIT_TEST_SUITE(ProcessTest);
 
 CPPUNIT_TEST(testExit);
 CPPUNIT_TEST(testStream);
+CPPUNIT_TEST(testEnv);
 
 CPPUNIT_TEST_SUITE_END();
 
@@ -23,6 +24,7 @@ public:
 
        void testExit();
        void testStream();
+       void testEnv();
 
 };