Classes | |
| struct | makefile::tester::TestComment |
| struct | makefile::tester::TestRule |
| struct | makefile::tester::TestConditional |
| struct | makefile::tester::TestVariable |
| class | makefile::tester::Test |
| Base class for tests;. More... | |
Functions | |
| void | do_test (bool &result, Test *test) |
| int | exec_make (std::stringbuf &makeoutbuf, std::stringbuf &makeerrbuf) |
| Executes make with capturing stderr and stdout and feeding the makefile via stdin. | |
Variables | |
| ostream & | cout = std::cout |
| ostream & | cerr = std::cerr |
|
||||||||||||
|
Definition at line 197 of file test_makefilelib.cpp. References makefile::tester::Test::run(). Referenced by main(). |
|
||||||||||||
|
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(). |
|
|
Definition at line 59 of file test_makefilelib.cpp. |
|
|
Definition at line 58 of file test_makefilelib.cpp. |
1.3.9.1