[tests] add libpprzmath.so to LD_LIBRARY_PATH for running tests

This commit is contained in:
Felix Ruess
2014-11-24 18:55:52 +01:00
parent f7ae72dcb3
commit da5de54450
+1 -1
View File
@@ -50,7 +50,7 @@ build_tests: math_shlib $(TESTS)
test: build_tests
$(Q)for i in $(TESTS); do \
./$$i; \
LD_LIBRARY_PATH=$(MATHLIB_PATH):$LD_LIBRARY_PATH ./$$i; \
done
%.run: %.c