mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Move Natspec syntax tests to natspecJSON
This commit is contained in:
parent
d083925bed
commit
dc68480f72
@ -171,6 +171,7 @@ def print_ids_per_file(ids, id_to_file_names, top_dir):
|
|||||||
|
|
||||||
def examine_id_coverage(top_dir, source_id_to_file_names, new_ids_only=False):
|
def examine_id_coverage(top_dir, source_id_to_file_names, new_ids_only=False):
|
||||||
test_sub_dirs = [
|
test_sub_dirs = [
|
||||||
|
path.join("test", "libsolidity", "natspecJSON"),
|
||||||
path.join("test", "libsolidity", "smtCheckerTests"),
|
path.join("test", "libsolidity", "smtCheckerTests"),
|
||||||
path.join("test", "libsolidity", "syntaxTests"),
|
path.join("test", "libsolidity", "syntaxTests"),
|
||||||
path.join("test", "libyul", "yulSyntaxTests")
|
path.join("test", "libyul", "yulSyntaxTests")
|
||||||
|
Loading…
Reference in New Issue
Block a user