mirror of
https://github.com/github/codeql.git
synced 2026-05-14 19:29:28 +02:00
8 lines
164 B
Makefile
8 lines
164 B
Makefile
import '../lib.just'
|
|
|
|
[group('build')]
|
|
build: (_build_dist "ruby")
|
|
|
|
[group('test')]
|
|
language-tests *EXTRA_ARGS: (_language_tests EXTRA_ARGS source_dir() 'ql/test')
|