aboutsummaryrefslogtreecommitdiffstats
path: root/testdir
Commit message (Collapse)AuthorAgeFilesLines
* move mocks into testdir.Kaz Kylheku2022-03-232-0/+6
|
* Test -f option.Kaz Kylheku2022-03-181-0/+7
| | | | | | | | | Bugfix: because the preprocessed version of the file is in a temporary directory, #include "..." looks for files in that directory. We must tell the preprocessor to look for include files in the original directory. In the case when the awk script comes from the command line, we already took care of this by pointing the preprocessor to $(pwd).
* Fix missing: pass -I to preprocessor.Kaz Kylheku2022-03-181-0/+2