Added a rule parsing tool for the dbfwfilter. The tool can be build with the -DBUILD_TOOLS=Y flag for CMake.

This commit is contained in:
Markus Makela
2015-04-03 10:37:21 +03:00
parent e13ab6689d
commit 89ca0f420a
6 changed files with 83 additions and 4 deletions

View File

@ -6,7 +6,7 @@
#include <maxscale_test.h>
#include <log_manager.h>
void init_test_env()
void init_test_env(char *path)
{
int argc = 3;
@ -14,7 +14,7 @@ void init_test_env()
{
"log_manager",
"-j",
TEST_LOG_DIR,
path? path:TEST_LOG_DIR,
NULL
};