mirror of
https://github.com/zeek/zeek.git
synced 2025-10-10 10:38:20 +00:00
Run clang-format on all of our plugin test c++ files
This commit is contained in:
parent
b59bfe5558
commit
dc65b6248c
29 changed files with 400 additions and 336 deletions
|
@ -3,8 +3,10 @@
|
|||
|
||||
#include <zeek/3rdparty/doctest.h>
|
||||
|
||||
|
||||
namespace btest::plugin::Demo_Doctest { Plugin plugin; }
|
||||
namespace btest::plugin::Demo_Doctest
|
||||
{
|
||||
Plugin plugin;
|
||||
}
|
||||
|
||||
using namespace btest::plugin::Demo_Doctest;
|
||||
|
||||
|
@ -20,6 +22,6 @@ zeek::plugin::Configuration Plugin::Configure()
|
|||
}
|
||||
|
||||
TEST_CASE("doctest-plugin/demotest")
|
||||
{
|
||||
CHECK(true);
|
||||
}
|
||||
{
|
||||
CHECK(true);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue