aboutsummaryrefslogtreecommitdiff
path: root/src/math/sincos.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/math/sincos.c')
-rw-r--r--src/math/sincos.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/math/sincos.c b/src/math/sincos.c
index 35b2d923..e16c9513 100644
--- a/src/math/sincos.c
+++ b/src/math/sincos.c
@@ -67,3 +67,11 @@ void sincos(double x, double *sin, double *cos)
break;
}
}
+
+
+#ifdef TEST
+int
+main(void) {
+ return 0;
+}
+#endif