Skip to content
This repository has been archived by the owner on Jun 20, 2022. It is now read-only.

Commit

Permalink
Fix Python tests not finding libdqcsim.so
Browse files Browse the repository at this point in the history
  • Loading branch information
jvanstraten committed Apr 11, 2019
1 parent dba8d86 commit 28ad5ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dqcsim-api/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ py-install: py/gen/dqcsim.c py/gen/dqcsim.h py/setup.py $(PY_SOURCES)

.PHONY: py-test
py-test: py/gen/dqcsim.c py/gen/dqcsim.h py/setup.py $(PY_SOURCES) $(PY_TESTS)
cd py && python3 setup.py test
cd py && LD_LIBRARY_PATH=$(shell pwd)/../target/debug python3 setup.py test

.PHONY: py-clean
py-clean:
Expand Down

0 comments on commit 28ad5ef

Please sign in to comment.