Commit 077de25
Fix include path resolution in stress test
The stress test was failing because masp couldn't find the include
files when processing fast_pp1.vcl and general_nospec_tri_pp1.vcl.
The files use relative .include directives like:
.include "include/db_in_db_out.i"
But masp was running from the build directory and couldn't resolve
these paths.
Solution:
- Pass -I flag with path to SRC_DIR/test/include to masp
- This tells masp where to search for include files
- Now all three test files (vu1Triangle.vcl, fast_pp1.vcl,
general_nospec_tri_pp1.vcl) can be processed successfully
This matches how ps2gl invokes masp with appropriate -I flags for
its include directories.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>1 parent e4e3fc7 commit 077de25
1 file changed
Lines changed: 6 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
| 25 | + | |
25 | 26 | | |
26 | 27 | | |
27 | 28 | | |
| |||
50 | 51 | | |
51 | 52 | | |
52 | 53 | | |
| 54 | + | |
53 | 55 | | |
54 | 56 | | |
| 57 | + | |
55 | 58 | | |
56 | 59 | | |
57 | 60 | | |
| |||
99 | 102 | | |
100 | 103 | | |
101 | 104 | | |
102 | | - | |
| 105 | + | |
103 | 106 | | |
104 | 107 | | |
105 | 108 | | |
| |||
0 commit comments