mirror of
https://github.com/github/codeql.git
synced 2026-05-14 11:19:27 +02:00
Add justfiles for C++ following the pattern of other ported languages (go, rust, swift). Move consistency queries from semmle-code's semmlecode-cpp-consistency-queries/ to ql/cpp/ql/consistency-queries/. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
8 lines
192 B
Makefile
8 lines
192 B
Makefile
import '../lib.just'
|
|
|
|
[group('build')]
|
|
build: (_build_dist "cpp")
|
|
|
|
[group('test')]
|
|
language-tests *EXTRA_ARGS: (_language_tests EXTRA_ARGS source_dir() 'ql/test' '../../semmlecode-cpp-tests')
|