]> git.proxmox.com Git - mirror_frr.git/commitdiff
Revert "tests: disable broken tests/bgp_mp_attr_test.c"
authorPaul Jakma <paul@quagga.net>
Wed, 2 May 2012 10:01:01 +0000 (11:01 +0100)
committerPaul Jakma <paul@quagga.net>
Wed, 2 May 2012 10:02:10 +0000 (11:02 +0100)
This reverts commit d78e2b8b562f8496aaf2977f7371415b71e82433. Next 2
commits fix it.

tests/bgp_mp_attr_test.c

index cf0b2b1c5a231d2aa68955a297d77ca2581c9d4b..9cbe9f224703efeece05ebcbeb49c5326f0621a4 100644 (file)
@@ -1,8 +1,3 @@
-/* this testcase is currently broken
- * -- 2012-05-01 David Lamparter <equinox@diac24.net>
- */
-int main() { return 0; }
-
 #include <zebra.h>
 
 #include "vty.h"
@@ -29,7 +24,6 @@ int main() { return 0; }
 struct zebra_privs_t *bgpd_privs = NULL;
 struct thread_master *master = NULL;
 
-#if 0
 static int failed = 0;
 static int tty = 0;
 
@@ -539,4 +533,3 @@ main (void)
   printf ("failures: %d\n", failed);
   return failed;
 }
-#endif /* #if 0 */