diff test/suite_floats/main.cc @ 56:2cccd38e5e4d

- added -lm in GNU/kFreeBSD config, to build all tests out of the box - cosmetics
author cslag
date Fri, 25 Dec 2015 21:16:04 +0100
parents 3e629dc19168
children f5577f6bf97a
line wrap: on
line diff
--- a/test/suite_floats/main.cc	Wed Dec 23 22:20:18 2015 +0100
+++ b/test/suite_floats/main.cc	Fri Dec 25 21:16:04 2015 +0100
@@ -34,9 +34,9 @@
 #include "../common/platformInit.c" /* Impl. for functions only used in this translation unit */
 
 
-int   getId();
+int       getId();
 DCpointer getFunc(int x);
-DCValue* getArg(int pos);
+DCValue*  getArg(int pos);
 
 DCdouble   valueDouble  [NARGS];
 DCfloat    valueFloat   [NARGS];