X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=test%2Fblackbox%2Fcommon%2Fcontainers.c;h=4f3f881a23cdedaf7f09aa1463f4f0e38e3fb17f;hb=f342cb44b25cd61eed17897575015be4aae1dd17;hp=f99abde584f3b8d8ca6bef285c144df36ed4fbcc;hpb=cdb3dada645394bb1e0d0bf7816291fbd9a2a4a0;p=meshlink diff --git a/test/blackbox/common/containers.c b/test/blackbox/common/containers.c index f99abde5..4f3f881a 100644 --- a/test/blackbox/common/containers.c +++ b/test/blackbox/common/containers.c @@ -17,6 +17,10 @@ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ +#ifdef NDEBUG +#undef NDEBUG +#endif + #include #include #include @@ -26,7 +30,7 @@ #include "common_handlers.h" char *lxc_path = NULL; -char *choose_arch; +extern char *choose_arch; static char container_ips[10][100]; /* Return the handle to an existing container after finding it by container name */