]> git.proxmox.com Git - mirror_ovs.git/blobdiff - tests/test-odp.c
ovs_assert, tests: Support NDEBUG.
[mirror_ovs.git] / tests / test-odp.c
index b8d4f80ab6b75f93d3c54a732ec2518214492c57..b38c2ebeadcc26aa8d701b2cc324b3c2e1916780 100644 (file)
  */
 
 #include <config.h>
-
+#undef NDEBUG
+#include "odp-util.h"
 #include <stdio.h>
-
 #include "dynamic-string.h"
 #include "flow.h"
 #include "match.h"
-#include "odp-util.h"
 #include "ofp-parse.h"
 #include "ofpbuf.h"
+#include "ovstest.h"
 #include "util.h"
 #include "vlog.h"
-#include "ovstest.h"
 
 static int
 parse_keys(bool wc_keys)