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