aboutsummaryrefslogtreecommitdiffstats
path: root/testdir
Commit message (Collapse)AuthorAgeFilesLines
* Add missing file.Kaz Kylheku2022-07-021-0/+2
|
* __FILE__ in main program resolves to original name.Kaz Kylheku2022-03-241-0/+1
|
* bugfix: execing awk causes temp files to persist.Kaz Kylheku2022-03-241-0/+3
|
* 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