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.
qubes-installer-qubes-os/anaconda/translation-canary/Makefile

15 lines
296 B

# This Makefile is just for running the tests
all:
@echo "nothing to build"
check:
PYTHONPATH=. tests/pylint/runpylint.py
python3 -m unittest discover tests/unittests
test-projects:
PYTHONPATH=. tests/project-tests/test_projects.sh tests/project-tests/project_list.txt
ci:
$(MAKE) check