add new include file

This commit is contained in:
Konstantinos Margaritis
2021-10-27 12:32:54 +03:00
committed by Konstantinos Margaritis
parent 5eabceddcf
commit bc1a1127cf
8 changed files with 10 additions and 2 deletions

View File

@@ -31,6 +31,7 @@
#include "gtest/gtest.h"
#include "nfa/vermicelli.h"
#include "nfa/vermicelli.hpp"
#define BOUND (~(VERM_BOUNDARY - 1))
@@ -563,4 +564,4 @@ TEST(RNVermicelli16, Exec5) {
}
}
#endif // HAVE_SVE2
#endif // HAVE_SVE2

View File

@@ -31,6 +31,7 @@
#include "gtest/gtest.h"
#include "nfa/vermicelli.h"
#include "nfa/vermicelli.hpp"
TEST(Vermicelli, ExecNoMatch1) {
char t1[] = "bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb";
@@ -1150,4 +1151,4 @@ TEST(DoubleVermicelliMasked16, Exec5) {
}
}
#endif // HAVE_SVE2
#endif // HAVE_SVE2