half precision tests are running, but need a little more checking
diff --git a/cmd_line_main.c b/cmd_line_main.c
index 5a68709..7c33368 100644
--- a/cmd_line_main.c
+++ b/cmd_line_main.c
@@ -35,7 +35,6 @@
 #include <stdio.h>
 
 #include "basic_test.h"
-#include "half_precision_test.h"
 
 
 int fputs_wrapper(const char *szString, void *ctx)
@@ -44,12 +43,8 @@
 }
 
 
-int main(int argc, const char * argv[]) {
-    
-    half_precision_decode_basic();
-    
-    half_precision_encode_basic();
-    
+int main(int argc, const char * argv[]) {   
+   
     int nNumTestsFailed = run_tests(&fputs_wrapper, stdout, NULL);
 
     return nNumTestsFailed;