Merge pull request #228 from michael-loki/libabyss_test

Add missing header for libabyss tests
pull/230/head
Jeff 6 years ago committed by GitHub
commit 2b8dc640ed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,9 +1,12 @@
#include <gtest/gtest.h>
#include <libabyss.hpp>
#include <crypto/crypto.hpp>
#include <ev/ev.h>
#include <net/net.hpp>
#include <util/threading.hpp>
#include <gtest/gtest.h>
struct AbyssTestBase : public ::testing::Test
{
llarp::Crypto crypto;

Loading…
Cancel
Save