1
0
mirror of https://github.com/ssb22/bits-and-bobs.git synced 2023-06-08 10:22:44 +00:00
bits-and-bobs/Makefile.test

6 lines
196 B
Makefile

# -*- mode: makefile -*-
test:
python2 flatplan.py|grep 'line x1="10" y1="0" x2="10" y2="700"' >/dev/null
python3 flatplan.py|grep 'line x1="10" y1="0" x2="10" y2="700"' >/dev/null
.PHONY: test