qubes-installer-qubes-os/anaconda/translation-canary/Makefile
Marek Marczykowski-Górecki 6bc5671491
anaconda: update to 25.20.9-1
Apply:
  git diff --full-index --binary anaconda-23.19.10-1..anaconda-25.20.9-1

And resolve conflicts.

QubesOS/qubes-issues#2574
2017-02-14 02:36:20 +01:00

15 lines
296 B
Makefile

# 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