File: Makefile.am

package info (click to toggle)
knot 3.5.3-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 16,880 kB
  • sloc: ansic: 154,039; sh: 5,963; python: 1,141; makefile: 818
file content (12 lines) | stat: -rw-r--r-- 248 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
# 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