use $(LIBENSCVECTOR) instead of libensc_vector.a
[util-vserver.git] / util-vserver / src / testsuite / vunify-functest.c
index 5af5f93..3b8f4d3 100644 (file)
 #  include <config.h>
 #endif
 
-#include "vunify-matchlist.h"
+#include "lib_internal/matchlist.h"
 
+int wrapper_exit_code = 1;
 extern void    PathInfo_test();
 
 int main()
 {
   PathInfo_test();
+  return 0;
 }