Disable unittest that fails without libnet support.

remotes/origin/master
Victor Julien 13 years ago
parent c2d47718c1
commit e244934566

@ -1824,6 +1824,7 @@ end:
*/
static int SCSigTestSignatureOrdering08(void)
{
#ifdef HAVE_LIBNET11
int result = 0;
Signature *prevsig = NULL, *sig = NULL;
extern uint8_t action_order_sigs[4];
@ -1940,6 +1941,9 @@ end:
if (de_ctx != NULL)
DetectEngineCtxFree(de_ctx);
return result;
#else
return 1;
#endif
}
/**

Loading…
Cancel
Save