paparazzi-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[paparazzi-commits] [4227] add test on geodetic doubles


From: Pascal Brisset
Subject: [paparazzi-commits] [4227] add test on geodetic doubles
Date: Fri, 02 Oct 2009 18:01:22 +0000

Revision: 4227
          http://svn.sv.gnu.org/viewvc/?view=rev&root=paparazzi&revision=4227
Author:   hecto
Date:     2009-10-02 18:01:22 +0000 (Fri, 02 Oct 2009)
Log Message:
-----------
 add test on geodetic doubles

Modified Paths:
--------------
    paparazzi3/trunk/sw/airborne/test/Makefile

Modified: paparazzi3/trunk/sw/airborne/test/Makefile
===================================================================
--- paparazzi3/trunk/sw/airborne/test/Makefile  2009-10-02 17:22:17 UTC (rev 
4226)
+++ paparazzi3/trunk/sw/airborne/test/Makefile  2009-10-02 18:01:22 UTC (rev 
4227)
@@ -4,7 +4,7 @@
 CFLAGS = -I.. -I../../include -I../booz -I../../booz -DFLOAT_T=double -Wall
 LDFLAGS = -lm
 
-test_geodetic: test_geodetic.c ../math/pprz_geodetic_float.c 
../math/pprz_geodetic_int.c ../math/pprz_trig_int.c
+test_geodetic: test_geodetic.c ../math/pprz_geodetic_float.c 
../math/pprz_geodetic_double.c ../math/pprz_geodetic_int.c 
../math/pprz_trig_int.c
        $(CC) $(CFLAGS) -o $@ $^ $(LDFLAGS)
 
 test_algebra: test_algebra.c ../math/pprz_trig_int.c





reply via email to

[Prev in Thread] Current Thread [Next in Thread]