use vc_xidopt2xid()
[util-vserver.git] / util-vserver / ensc_vector / testsuite / test1.c
index 833fa84..0faae3c 100644 (file)
@@ -19,6 +19,7 @@
 #ifdef HAVE_CONFIG_H
 #  include <config.h>
 #endif
+#undef NDEBUG
 
 #include "ensc_vector/vector.h"
 #include <assert.h>
@@ -122,4 +123,6 @@ int main()
          E(4)==4 && E(5)==5 && E(6)==6 && E(7)==7)); 
 
   Vector_free(&v);
+
+  return 0;
 }