aboutsummaryrefslogtreecommitdiffstats
path: root/test/GpgCoreTest.cpp
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/test/core/GpgCoreTestImportExport.cpp (renamed from test/GpgCoreTest.cpp)13
1 files changed, 10 insertions, 3 deletions
diff --git a/test/GpgCoreTest.cpp b/src/test/core/GpgCoreTestImportExport.cpp
index 2e18c76c..82e0bde4 100644
--- a/test/GpgCoreTest.cpp
+++ b/src/test/core/GpgCoreTestImportExport.cpp
@@ -26,7 +26,14 @@
*
*/
-#include "GpgFrontendTest.h"
+#include <string>
+#include <vector>
-// Should be used once and once-only
-INITIALIZE_EASYLOGGINGPP
+#include "GpgCoreTest.h"
+#include "core/GpgConstants.h"
+
+namespace GpgFrontend::Test {
+
+TEST_F(GpgCoreTest, CoreExportSecretTest) {}
+
+} // namespace GpgFrontend::Test \ No newline at end of file