Skip to content

Commit

Permalink
change python to python3 in Makefile tests
Browse files Browse the repository at this point in the history
  • Loading branch information
snopf committed Feb 5, 2020
1 parent 3152f34 commit e9859f6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/avr/sha256/Makefile
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
test:
@gcc -shared -Wl,-soname,sha256 -o sha256.so -fPIC sha256.c -D TEST_NO_MCU -std=c99
python sha256_test.py
python3 sha256_test.py
2 changes: 1 addition & 1 deletion src/avr/z85/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
test:
@gcc -shared -Wl,-soname,z85 -o z85.so -fPIC z85.c -D TEST_NO_MCU -std=c99
@gcc -shared -Wl,-soname,z85_ref -o z85_ref.so -fPIC z85_reference.c
python z85_test.py
python3 z85_test.py

0 comments on commit e9859f6

Please sign in to comment.