emmental/Makefile

12 lines
319 B
Makefile
Raw Normal View History

# Copyright 2019 (c) Anna Schumaker.
clean:
find . -type d -name __pycache__ -exec rm -r {} \+
find data/ -type d -name "Test Album" -exec rm -r {} \+
find data/ -type d -name "Test Library" -exec rm -r {} \+
.PHONY: tests
tests:
python tools/generate_tracks.py
EMMENTAL_TESTING=1 python -m unittest discover -v