diff options
author | saturneric <[email protected]> | 2025-05-01 14:39:10 +0000 |
---|---|---|
committer | saturneric <[email protected]> | 2025-05-01 14:39:10 +0000 |
commit | c48a85cc0bcd6dd79e177d42ec27d7cc8262fd2d (patch) | |
tree | 45f3f09ccf9f38975881e4ce49901c0ae42ae3cc /src/test/GpgFrontendTest.h | |
parent | fix: icon on linux platfrom (diff) | |
download | GpgFrontend-c48a85cc0bcd6dd79e177d42ec27d7cc8262fd2d.tar.gz GpgFrontend-c48a85cc0bcd6dd79e177d42ec27d7cc8262fd2d.zip |
refactor: add cmake functions to register module and library
Diffstat (limited to 'src/test/GpgFrontendTest.h')
-rw-r--r-- | src/test/GpgFrontendTest.h | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/src/test/GpgFrontendTest.h b/src/test/GpgFrontendTest.h index 16534656..fa9e4da1 100644 --- a/src/test/GpgFrontendTest.h +++ b/src/test/GpgFrontendTest.h @@ -28,12 +28,6 @@ #pragma once -// project base header -#include "GpgFrontend.h" - -// symbol exports header -#include "test/GpgFrontendTestExport.h" - // private declare area of test #ifdef GF_TEST_PRIVATE @@ -71,6 +65,6 @@ struct GpgFrontendContext { char **argv; }; -auto GPGFRONTEND_TEST_EXPORT ExecuteAllTestCase(GpgFrontendContext args) -> int; +auto GF_TEST_EXPORT ExecuteAllTestCase(GpgFrontendContext args) -> int; } // namespace GpgFrontend::Test |