aboutsummaryrefslogtreecommitdiffstats
path: root/src/test
diff options
context:
space:
mode:
authorsaturneric <[email protected]>2024-07-31 06:30:17 +0000
committersaturneric <[email protected]>2024-07-31 06:30:17 +0000
commitd59edb61ce24794fd0ee5ec1a4daf79f1943e0ac (patch)
tree04cde0aa0671ac66de1176c07b22ea18989345bd /src/test
parentfix: addressing some of the significant deficiencies identified (diff)
downloadGpgFrontend-d59edb61ce24794fd0ee5ec1a4daf79f1943e0ac.tar.gz
GpgFrontend-d59edb61ce24794fd0ee5ec1a4daf79f1943e0ac.zip
fix: symbol export headers relative path
Diffstat (limited to 'src/test')
-rw-r--r--src/test/GpgFrontendTest.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/GpgFrontendTest.h b/src/test/GpgFrontendTest.h
index c5b7a375..16534656 100644
--- a/src/test/GpgFrontendTest.h
+++ b/src/test/GpgFrontendTest.h
@@ -32,7 +32,7 @@
#include "GpgFrontend.h"
// symbol exports header
-#include "GpgFrontendTestExport.h"
+#include "test/GpgFrontendTestExport.h"
// private declare area of test
#ifdef GF_TEST_PRIVATE