mirror of
https://github.com/valitydev/SigmaHQ.git
synced 2024-11-08 10:13:57 +00:00
Added sigma2attack to CI testing
This commit is contained in:
parent
b34bf98c61
commit
0f4aef1000
9
Makefile
9
Makefile
@ -1,7 +1,7 @@
|
||||
.PHONY: test test-rules test-sigmac
|
||||
.PHONY: test test-rules test-sigmac test-sigma2attack
|
||||
TMPOUT = $(shell tempfile||mktemp)
|
||||
COVSCOPE = tools/sigma/*.py,tools/sigma/backends/*.py,tools/sigmac,tools/merge_sigma
|
||||
test: clearcov test-rules test-sigmac test-merge build finish
|
||||
COVSCOPE = tools/sigma/*.py,tools/sigma/backends/*.py,tools/sigmac,tools/merge_sigma,tools/sigma2attack
|
||||
test: clearcov test-rules test-sigmac test-merge test-sigma2attack build finish
|
||||
|
||||
clearcov:
|
||||
rm -f .coverage
|
||||
@ -92,6 +92,9 @@ test-merge:
|
||||
test-backend-es-qs:
|
||||
tests/test-backend-es-qs.py
|
||||
|
||||
test-sigma2attack:
|
||||
coverage run -a --include=$(COVSCOPE) tools/sigma2attack
|
||||
|
||||
build: tools/sigmac tools/merge_sigma tools/sigma/*.py tools/setup.py tools/setup.cfg
|
||||
cd tools && python3 setup.py bdist_wheel sdist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user