From fc46f2618332037a8c1b58fbce5d616033bff1c9 Mon Sep 17 00:00:00 2001 From: Dan Klein Date: Wed, 26 Aug 2015 15:05:58 +0300 Subject: Rearranged files and external libraries in two different locations, one for cpp (trex-core/external_libs) and one for python (trex-core/scripts/external_libs) --- external_libs/yaml-cpp/test/nodetests.h | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 external_libs/yaml-cpp/test/nodetests.h (limited to 'external_libs/yaml-cpp/test/nodetests.h') diff --git a/external_libs/yaml-cpp/test/nodetests.h b/external_libs/yaml-cpp/test/nodetests.h new file mode 100644 index 00000000..733e782e --- /dev/null +++ b/external_libs/yaml-cpp/test/nodetests.h @@ -0,0 +1,13 @@ +#ifndef NODETESTS_H_62B23520_7C8E_11DE_8A39_0800200C9A66 +#define NODETESTS_H_62B23520_7C8E_11DE_8A39_0800200C9A66 + +#if defined(_MSC_VER) || (defined(__GNUC__) && (__GNUC__ == 3 && __GNUC_MINOR__ >= 4) || (__GNUC__ >= 4)) // GCC supports "pragma once" correctly since 3.4 +#pragma once +#endif + +namespace Test { + bool RunNodeTests(); +} + +#endif // NODETESTS_H_62B23520_7C8E_11DE_8A39_0800200C9A6666 + -- cgit 606 Vector Packet ProcessingGrokmirror user
aboutsummaryrefslogtreecommitdiffstats
path: root/extras/http/setup.http
blob: 78b7a2f19e8e07a8cc2e3000c777458bfa1c4415 (plain)
1
2
3
4
5
6
7
set term pag off
create tap host-if-name lstack host-ip4-addr 192.168.10.2/24
set int ip address tap0 192.168.10.1/24
set int state tap0 up

http static server www-root <path> uri tcp://0.0.0.0/1234 cache-size 10m fifo-size 2048
builtinurl enable