Skip to content

Commit

Permalink
Build/Test: Print out version of python3 that's being used
Browse files Browse the repository at this point in the history
  • Loading branch information
dburkart committed Jul 27, 2024
1 parent 795cfb1 commit 19f0e9a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ libchecksieve.a: $(GENERATED_SRC) $(LIBCHECKSIEVE_SRC) $(AST_SRC) $(SERVER_SRC)

test: libchecksieve.a check-sieve
rm -Rf checksieve.*.so build || true
@python3 --version
python3 $(BASE)/test/setup.py build_ext -i
python3 -m unittest discover -s test -p '*_test.py'

Expand Down

0 comments on commit 19f0e9a

Please sign in to comment.