Skip to content
This repository was archived by the owner on Oct 3, 2021. It is now read-only.

Commit c90854d

Browse files
committed
Let check.py expect xcsp3_cpp_parser and its license
1 parent 6e9377e commit c90854d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

c/check.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,9 @@
137137
("aws-c-common", "unexpected file makeall"),
138138
("aws-c-common", "unexpected file Makefile.sv-benchmarks"),
139139
("aws-c-common", "unexpected file yml.sh"),
140-
("xcsp", "unexpected file create_from_xmls.py")
140+
("xcsp", "unexpected file create_from_xmls.py"),
141+
("xcsp", "unexpected file xcsp3_cpp_parser"),
142+
("xcsp", "unexpected file xcsp3_cpp_parser.license"),
141143
]
142144

143145
KNOWN_BENCHMARK_FILE_PROBLEMS = [

0 commit comments

Comments
 (0)