FAQ | This is a LIVE service | Changelog

Skip to content
Snippets Groups Projects
Commit 8777bb17 authored by Silas S. Brown's avatar Silas S. Brown
Browse files

run tests even if there's a file called test

parent 8e56bd2b
No related branches found
No related tags found
No related merge requests found
......@@ -2,3 +2,4 @@
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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment