mirror of
https://github.com/GrapheneOS/hardened_malloc.git
synced 2025-04-19 22:10:19 +02:00
explicitly use python3 to run tests
This commit is contained in:
parent
8906c0941a
commit
b9ebf47c7c
1 changed files with 1 additions and 1 deletions
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…
Add table
Reference in a new issue