mirror of
https://gitlab.nic.cz/knot/knot-dns.git
synced 2026-02-03 18:49:28 -05:00
12 lines
248 B
Makefile
12 lines
248 B
Makefile
# Useful commands:
|
|
# python3 -m venv .venv
|
|
# source .venv/bin/activate
|
|
# pip3 install -r requirements.txt
|
|
# make test
|
|
|
|
EXTRA_DIST = config.txt requirements.txt test.py
|
|
|
|
.PHONY: test
|
|
|
|
test:
|
|
RLTest --randomize-ports --clear-logs --parallelism 4
|