File: Makefile

package info (click to toggle)
funcparserlib 0.3.6%2Bdfsg1-1
  • links: PTS
  • area: main
  • in suites: bullseye
  • size: 172 kB
  • sloc: python: 847; makefile: 11
file content (8 lines) | stat: -rw-r--r-- 189 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
test: test-tutorial test-brackets

test-tutorial:
	python -c 'import doctest; doctest.testfile("Tutorial.md")'

test-brackets:
	python -c 'import doctest; doctest.testfile("Brackets.md")'