Created SILC Runtime Toolkit git repository Part II.
[runtime.git] / lib / silcutil / tests / test_silcbitops.c
index 0c5b1e6eb599a1d946233d3385a327c26e0977ba..80fb00f0ac12a60c9b0d61cea17e7b03cb711b79 100644 (file)
@@ -1,6 +1,6 @@
 /* Bit operation tests */
 
-#include "silc.h"
+#include "silcruntime.h"
 
 int main(int argc, char **argv)
 {
@@ -134,5 +134,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;
 }