aboutsummaryrefslogtreecommitdiffstats
path: root/libtellurian_end_point.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--libtellurian_end_point.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/libtellurian_end_point.c b/libtellurian_end_point.c
index fb2c8be..57af198 100644
--- a/libtellurian_end_point.c
+++ b/libtellurian_end_point.c
@@ -1,5 +1,6 @@
/* See LICENSE file for copyright and license details. */
#include "common.h"
+#ifndef TEST
void
@@ -18,3 +19,8 @@ libtellurian_end_point(double latitude1, double longitude1, double azimuth1, dou
if (azimuth2_out)
*azimuth2_out = degrees(*azimuth2_out);
}
+
+
+#else
+TODO_TEST
+#endif