explicitly use python3 to run tests

This commit is contained in:
Daniel Micay 2020-09-19 09:40:41 -04:00
parent 8906c0941a
commit b9ebf47c7c

View File

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