diff options
Diffstat (limited to '')
-rw-r--r-- | src/test/GpgFrontendTest.h (renamed from test/GpgCoreTestImportExport.cpp) | 19 |
1 files changed, 11 insertions, 8 deletions
diff --git a/test/GpgCoreTestImportExport.cpp b/src/test/GpgFrontendTest.h index 34f34ba0..55c6b734 100644 --- a/test/GpgCoreTestImportExport.cpp +++ b/src/test/GpgFrontendTest.h @@ -26,13 +26,16 @@ * */ -#include <string> -#include <vector> +#pragma once -#include "GpgFrontendTest.h" -#include "gpg/GpgConstants.h" -#include "gpg/function/GpgKeyGetter.h" -#include "gpg/function/GpgKeyImportExporter.h" -#include "gpg/model/GpgKey.h" +#include <gtest/gtest.h> +#include <spdlog/sinks/rotating_file_sink.h> +#include <spdlog/sinks/stdout_color_sinks.h> +#include <spdlog/spdlog.h> -TEST_F(GpgCoreTest, CoreExportSecretTest) {}
\ No newline at end of file + +#include <libconfig.h++> + +#include "GpgFrontendTestExport.h" + +namespace GpgFrontend::Test {} // namespace GpgFrontend::Test |