We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
generate
1 parent c430515 commit acc7e3fCopy full SHA for acc7e3f
misc/just/lib.just
@@ -39,6 +39,7 @@ default_db_checks := """\
39
40
[no-cd, positional-arguments, no-exit-message]
41
@_codeql_test LANGUAGE BASE_FLAGS ALL_CHECKS_FLAGS EXTRA_ARGS:
42
+ #$language-tests|{{ LANGUAGE }}|{{{{ BASE_FLAGS }}|{{ ALL_CHECKS_FLAGS }}
43
{{ tsx }} "{{ source_dir() }}/codeql-test-run.ts" "$@"
44
45
rust/ql/justfile
@@ -7,4 +7,4 @@ all_checks := default_db_checks + """\
7
--consistency-queries=""" + source_dir() / "consistency-queries"
8
9
[no-cd]
10
-test *ARGS=".": (_codeql_test "rust" "" all_checks ARGS)
+test *ARGS=".": (_just "generate") (_codeql_test "rust" "" all_checks ARGS)
0 commit comments