You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

21 lines
305 B

  1. all: test
  2. tool:
  3. python nilmtool.py --help
  4. python nilmtool.py list --help
  5. python nilmtool.py -u asfdadsf list
  6. lint:
  7. pylint -f parseable nilmdb
  8. test:
  9. python runtests.py
  10. profile:
  11. python runtests.py --with-profile
  12. clean::
  13. find . -name '*pyc' | xargs rm -f
  14. rm -f .coverage
  15. rm -rf tests/*testdb*