explicitly use python3 to run tests
This commit is contained in:
parent
8906c0941a
commit
b9ebf47c7c
2
Makefile
2
Makefile
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user