OSDN Git Service

trunk整理
[ultramonkey-l7/ultramonkey-l7-v3.git] / l7vsd / unit_tests / module_test / protocol_module_sslid_test / sslid_to_be_test_file.h
diff --git a/l7vsd/unit_tests/module_test/protocol_module_sslid_test/sslid_to_be_test_file.h b/l7vsd/unit_tests/module_test/protocol_module_sslid_test/sslid_to_be_test_file.h
new file mode 100644 (file)
index 0000000..99c6f0d
--- /dev/null
@@ -0,0 +1,35 @@
+/*
+ * @file  sslid_to_be_test_file.h
+ * @brief sslid test header file.
+ *
+ * L7VSD: Linux Virtual Server for Layer7 Load Balancing
+ * Copyright (C) 2009  NTT COMWARE Corporation.
+ *
+ * This program is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License as published by the Free Software Foundation; either
+ * version 2.1 of the License, or (at your option) any later version.
+ *
+ * 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
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA
+ *
+ **********************************************************************/
+
+#ifndef SSLID_TO_BE_TEST_FILE_H_
+#define SSLID_TO_BE_TEST_FILE_H_
+
+#include <boost/test/included/unit_test.hpp>
+
+#include "../../module/protocol/ssl_protocol_module_base.cpp"
+#include "../../module/protocol/sslid_replication_data_processor.cpp"
+#include "../../module/protocol/sslid_session_data_processor.cpp"
+#include "../../module/protocol/protocol_module_sslid.cpp"
+#define THREAD_COUNT 10
+#endif /* SSLID_TO_BE_TEST_FILE_H_ */