Skip to content

Commit fff1078

Browse files
committed
Verilog: KNOWNBUG test for file in subdirectory with local include
This adds a KNOWNBUG test for the case where a Verilog file is in a subdirectory and a local include is in the same subdirectory.
1 parent d3071f4 commit fff1078

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
KNOWNBUG
2+
subdir/in_subdir.v
3+
--preprocess
4+
^EXIT=0$
5+
^SIGNAL=0$
6+
--
7+
include file in subdirectory not found
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
`include "include_file.vh"

0 commit comments

Comments
 (0)