tests: Set enable-dummy=system for ovn-controller-vtep tests.
[cascardo/ovs.git] / tests / test-hindex.c
index 4c4fdf2..af06be5 100644 (file)
  * hindex.h. */
 
 #include <config.h>
+#undef NDEBUG
 #include "hindex.h"
+#include <assert.h>
 #include <string.h>
 #include "hash.h"
+#include "ovstest.h"
 #include "random.h"
 #include "util.h"
-#include "ovstest.h"
-
-#undef NDEBUG
-#include <assert.h>
 
 /* Sample hindex element. */
 struct element {