imb / fctx

C unit testing in a header (works for C++ too!).
Other
36 stars 15 forks source link

easily execute process and keep results #13

Open imb opened 14 years ago

imb commented 14 years ago

Inspired by the CMake "execute_process" function (http://www.cmake.org/cmake/help/cmake-2-8-docs.html#command:execute_process). Sometimes it would be handy to execute a program with different command line argument s and make sure it is "doing the right thing" by checking the output.