mirror of https://github.com/OISF/suricata
detect/file-data: move tests into tests/
parent
2fa8066f3a
commit
64987f36fb
@ -1,42 +0,0 @@
|
|||||||
/* Copyright (C) 2015-2016 Open Information Security Foundation
|
|
||||||
*
|
|
||||||
* You can copy, redistribute or modify this Program under the terms of
|
|
||||||
* the GNU General Public License version 2 as published by the Free
|
|
||||||
* Software Foundation.
|
|
||||||
*
|
|
||||||
* This program is distributed in the hope that it will be useful,
|
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
* GNU General Public License for more details.
|
|
||||||
*
|
|
||||||
* You should have received a copy of the GNU General Public License
|
|
||||||
* version 2 along with this program; if not, write to the Free Software
|
|
||||||
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
|
|
||||||
* 02110-1301, USA.
|
|
||||||
*/
|
|
||||||
|
|
||||||
|
|
||||||
/** \file
|
|
||||||
*
|
|
||||||
* \author Giuseppe Longo <giuseppelng@gmail.com>
|
|
||||||
* \author Victor Julien <victor@inliniac.net>
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
|
|
||||||
#include "suricata-common.h"
|
|
||||||
#include "suricata.h"
|
|
||||||
|
|
||||||
#include "detect.h"
|
|
||||||
#include "detect-engine.h"
|
|
||||||
#include "detect-engine-mpm.h"
|
|
||||||
#include "detect-engine-content-inspection.h"
|
|
||||||
#include "detect-engine-prefilter.h"
|
|
||||||
#include "detect-engine-filedata.h"
|
|
||||||
#include "detect-engine-hsbd.h"
|
|
||||||
|
|
||||||
#include "app-layer-parser.h"
|
|
||||||
|
|
||||||
#ifdef UNITTESTS
|
|
||||||
#include "tests/detect-engine-filedata.c"
|
|
||||||
#endif /* UNITTESTS */
|
|
||||||
|
|
@ -1,28 +0,0 @@
|
|||||||
/* Copyright (C) 2015 Open Information Security Foundation
|
|
||||||
*
|
|
||||||
* You can copy, redistribute or modify this Program under the terms of
|
|
||||||
* the GNU General Public License version 2 as published by the Free
|
|
||||||
* Software Foundation.
|
|
||||||
*
|
|
||||||
* This program is distributed in the hope that it will be useful,
|
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
* GNU General Public License for more details.
|
|
||||||
*
|
|
||||||
* You should have received a copy of the GNU General Public License
|
|
||||||
* version 2 along with this program; if not, write to the Free Software
|
|
||||||
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
|
|
||||||
* 02110-1301, USA.
|
|
||||||
*/
|
|
||||||
|
|
||||||
/** \file
|
|
||||||
*
|
|
||||||
* \author Giuseppe Longo <giuseppelng@gmail.com>
|
|
||||||
*/
|
|
||||||
|
|
||||||
#ifndef __DETECT_ENGINE_FILEDATA_H__
|
|
||||||
#define __DETECT_ENGINE_FILEDATA_H__
|
|
||||||
|
|
||||||
void DetectEngineSMTPFiledataRegisterTests(void);
|
|
||||||
|
|
||||||
#endif /* __DETECT_ENGINE_FILEDATA_H__ */
|
|
Loading…
Reference in New Issue