mirror of
https://github.com/VectorCamp/vectorscan.git
synced 2025-09-29 19:24:25 +03:00
add new include file
This commit is contained in:
committed by
Konstantinos Margaritis
parent
5eabceddcf
commit
bc1a1127cf
@@ -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
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user