Created SILC Runtime Toolkit git repository Part II.
[runtime.git] / lib / silcutil / tests / test_silctime.c
index d269eb60fccf550fb1683870a3f2ecaa0acc24b2..822899019393d2ee190756293556152a002e9e3e 100644 (file)
@@ -1,6 +1,6 @@
 /* SilcTime tests */
 
-#include "silc.h"
+#include "silcruntime.h"
 
 int main(int argc, char **argv)
 {
@@ -41,5 +41,5 @@ int main(int argc, char **argv)
   SILC_LOG_DEBUG(("Testing was %s", success ? "SUCCESS" : "FAILURE"));
   fprintf(stderr, "Testing was %s\n", success ? "SUCCESS" : "FAILURE");
 
-  return success;
+  return !success;
 }