Skip to content
Snippets Groups Projects
Commit 319b96a5 authored by James Graham's avatar James Graham
Browse files

Added Makefile to run tests and clean up after

parent 82840522
No related branches found
No related tags found
No related merge requests found
Makefile 0 → 100644
.PHONY: clean
clean:
rm *.itp* *.gro* *.dat* *.json* *.xtc* | true
rm -r *.ff | true
.PHONY: test
test:
py.test test/
.PHONY: check
check: test
rm *.itp* *.gro* *.dat* *.json* *.xtc*
rm -r *.ff
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment