mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-05-28 01:53:48 +08:00
[tests] add libpprzmath.so to LD_LIBRARY_PATH for running tests
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user