]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
[Sec 2853] Initial work on tests/sec-2853/. Harlan Stenn.
authorHarlan Stenn <stenn@ntp.org>
Thu, 25 Jun 2015 02:48:14 +0000 (02:48 +0000)
committerHarlan Stenn <stenn@ntp.org>
Thu, 25 Jun 2015 02:48:14 +0000 (02:48 +0000)
bk: 558b6beeMO3_vekgaudchszyBXb0sQ

tests/sec-2853/run-sec-2853.c
tests/sec-2853/sec-2853.c

index 66f0c34a02249b970676e7d1957f90dca853742e..c8771bf2022e0f5bba9a3095164634f82c5ae612 100644 (file)
@@ -47,8 +47,8 @@ int main(int argc, char *argv[])
   progname = argv[0];
   Unity.TestFile = "sec-2853.c";
   UnityBegin("sec-2853.c");
-  RUN_TEST(test_main, 10);
-  RUN_TEST(test_main, 10);
+  RUN_TEST(test_main, 8);
+  RUN_TEST(test_main, 8);
 
   return (UnityEnd());
 }
index c0e0a0ee004805153f1cf2e2dad91ff7d72518ec..d0d1c622782344fa9be0c50e5bb6d63afabe3528 100644 (file)
@@ -1,7 +1,5 @@
 #include <config.h>
 
-//#include <ntp_fp.h>
-
 #include "unity.h"
 
 void setUp(void);