From f3ee56d862d1bcd3b13968ab65671b81f6ad4033 Mon Sep 17 00:00:00 2001 From: Felix Ruess Date: Fri, 2 Jan 2015 11:39:38 +0100 Subject: [PATCH] [tests] fix math tests --- tests/math/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/math/Makefile b/tests/math/Makefile index 26d0fdc3a7..145b9e7419 100644 --- a/tests/math/Makefile +++ b/tests/math/Makefile @@ -61,7 +61,7 @@ test_state_interface.run: $(PAPARAZZI_SRC)/sw/airborne/state.c %.run: %.c | math_shlib @echo BUILD $@ - $(Q)$(CC) -L$(MATHLIB_PATH) -I$(PAPARAZZI_SRC)/sw/airborne -I$(PAPARAZZI_SRC)/sw/include $(USER_CFLAGS) tap.c $^ -lpprzmath -o $@ + $(Q)$(CC) -L$(MATHLIB_PATH) -I$(PAPARAZZI_SRC)/sw/airborne -I$(PAPARAZZI_SRC)/sw/include $(USER_CFLAGS) tap.c $^ -lpprzmath -lm -o $@ clean: $(Q)rm -f $(MATHLIB_PATH)/*.o $(MATHLIB_PATH)/libpprzmath.so