aboutsummaryrefslogtreecommitdiffstats
path: root/testdir/program.cwk
Commit message (Collapse)AuthorAgeFilesLines
* 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).