diff options
author | saturneric <[email protected]> | 2023-12-06 13:10:48 +0000 |
---|---|---|
committer | saturneric <[email protected]> | 2023-12-06 13:18:07 +0000 |
commit | a0f0fd98efa12ef33959badcc25ff568e8b242b4 (patch) | |
tree | 860563fdbfe353e57724b08c4eb30dc03d5f8a7d /test/GpgCoreTest.cpp | |
parent | feat: convert basic opera to async style (diff) | |
download | GpgFrontend-a0f0fd98efa12ef33959badcc25ff568e8b242b4.tar.gz GpgFrontend-a0f0fd98efa12ef33959badcc25ff568e8b242b4.zip |
feat: move test to src and add submodule googletest
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 |