explicitly use python3 to run tests

pull/125/head
Daniel Micay 2020-09-19 09:40:41 -04:00
parent 8906c0941a
commit b9ebf47c7c
1 changed files with 1 additions and 1 deletions

View File

@ -136,6 +136,6 @@ clean:
test: libhardened_malloc.so test: libhardened_malloc.so
make -C test/ make -C test/
-python -m unittest discover --start-directory test/ -python3 -m unittest discover --start-directory test/
.PHONY: check clean tidy test .PHONY: check clean tidy test