testing/asn_compile_targets.json
deleted100644 → 0
+0
−19
testing/asn_config.json
0 → 100644
+23
−0
+16
−13
Loading
Implement common asn_config.json to be used by various checks. Contents of asn_config.json is a JSON object with fields: asn_files Dict with key as filename.asn and value as object with various optional fields: dependencies: List of filenames to dependencies. Refactor compile checks in compileAllTargets() to use asn_config.json instead of asn_compile_targets.json (list of lists). Format asn_config.json with jq -S (sorted keys).