summaryrefslogtreecommitdiff
path: root/test/maat_framework_gtest.cpp
diff options
context:
space:
mode:
authorroot <[email protected]>2024-08-30 08:28:58 +0000
committerroot <[email protected]>2024-08-30 08:28:58 +0000
commit537c75887d11f243850e050e2f9e58254692e8bb (patch)
tree9660622da262f598b72c984eb60e8fbb0484cb39 /test/maat_framework_gtest.cpp
parent54a70f19d9f5aa50142aed1779132639c34cc5dd (diff)
1.rename rule_state to rule_compile_state
2.recover regex_expr.json to make expr_matcher_gtest pass
Diffstat (limited to 'test/maat_framework_gtest.cpp')
-rw-r--r--test/maat_framework_gtest.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/maat_framework_gtest.cpp b/test/maat_framework_gtest.cpp
index 6a206da..bd0d342 100644
--- a/test/maat_framework_gtest.cpp
+++ b/test/maat_framework_gtest.cpp
@@ -19,7 +19,7 @@
#define HIT_PATH_SIZE 128
#define WAIT_FOR_EFFECTIVE_S 2
-const char *g_table_info_path = "./table_info.conf";
+const char *g_table_info_path = "./table_info.json";
const char *g_json_filename = "maat_json.json";
size_t g_thread_num = 4;
@@ -6978,7 +6978,7 @@ class FileTest : public testing::Test
protected:
static void SetUpTestCase() {
const char *rule_folder = "./ntcrule/full/index";
- const char *table_info = "./file_test_tableinfo.conf";
+ const char *table_info = "./file_test_tableinfo.json";
struct maat_options *opts = maat_options_new();
maat_options_set_caller_thread_number(opts, g_thread_num);