#include <iostream>
#include <stdexcept>
#include <sstream>
#include <cstdio>
#include <sys/wait.h>
#include <iomanip>
#include "Makefile.h"
#include "test_util.h"
#include <boost/iostreams/stream.hpp>
#include <boost/iostreams/device/file_descriptor.hpp>
#include <boost/iostreams/code_converter.hpp>
Include dependency graph for test_util.cpp:

Go to the source code of this file.
Namespaces | |
| namespace | makefile |
| namespace | makefile::tester |
Functions | |
| int | exec_make (std::stringbuf &makeoutbuf, std::stringbuf &makeerrbuf) |
| Executes make with capturing stderr and stdout and feeding the makefile via stdin. | |
Definition in file test_util.cpp.
|
||||||||||||
|
Executes make with capturing stderr and stdout and feeding the makefile via stdin.
Definition at line 50 of file test_util.cpp. Referenced by createfiles_make(), and makefile::tester::Test::run(). |
1.3.9.1