unittests: finally register MIME tests

pull/1671/head
Eric Leblond 11 years ago
parent 6e0668125c
commit 17edff6c5e

@ -277,6 +277,7 @@ void RunUnittests(int list_unittests, char *regex_arg)
CudaBufferRegisterUnittests();
#endif
AppLayerUnittestsRegister();
MimeDecRegisterTests();
if (list_unittests) {
UtListTests(regex_arg);
} else {

Loading…
Cancel
Save