Skip to content

Commit

Permalink
Point test to correct build directory.
Browse files Browse the repository at this point in the history
  • Loading branch information
samscott89 committed Dec 19, 2017
1 parent 1ddd8b5 commit 7ffd0cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ uninstall:
sudo rm /usr/lib/libpasta.so.$(VERSION)

test:
cd libpasta-capi/ctest && sh compile.sh && LD_LIBRARY_PATH=../target/debug ./test
cd libpasta-capi/ctest && sh compile.sh && LD_LIBRARY_PATH=../target/release ./test

.PHONY: clean uninstall

0 comments on commit 7ffd0cb

Please sign in to comment.