Skip to content

Commit 31dbf32

Browse files
committed
xls/dev_tools/check_cpp: relax includes check
1 parent 02d78ef commit 31dbf32

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

xls/dev_tools/check_cpp_includes.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,8 @@
4848
'linenoise.h',
4949
'libs/json11/',
5050
'proto/profile.pb.h', # the pprof format header.
51+
'/tmp', # For tests.
52+
'path/to', # For tests.
5153
'%s', # For format strings embedded in files.
5254
])
5355

0 commit comments

Comments
 (0)