summaryrefslogtreecommitdiff
path: root/src/lib/tests
diff options
context:
space:
mode:
authorDimitri Staessens <dimitri@ouroboros.rocks>2026-05-02 19:25:56 +0200
committerSander Vrijders <sander@ouroboros.rocks>2026-05-20 08:17:05 +0200
commitee329b9047532c7e9199bba2246992ea1a619df8 (patch)
tree46e209175df0b44f2661b6b7cd76a365fc3a78d5 /src/lib/tests
parentb8fa5686097337ffb289ecfc00b2558ee54de74e (diff)
downloadouroboros-ee329b9047532c7e9199bba2246992ea1a619df8.tar.gz
ouroboros-ee329b9047532c7e9199bba2246992ea1a619df8.zip
lib: Use tpm.h for TPM test
The threadpool manager (TPM) test unnecessarily included the source instead of the header. Signed-off-by: Dimitri Staessens <dimitri@ouroboros.rocks> Signed-off-by: Sander Vrijders <sander@ouroboros.rocks>
Diffstat (limited to 'src/lib/tests')
-rw-r--r--src/lib/tests/tpm_test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/tests/tpm_test.c b/src/lib/tests/tpm_test.c
index df1d8850..7cc049cd 100644
--- a/src/lib/tests/tpm_test.c
+++ b/src/lib/tests/tpm_test.c
@@ -21,7 +21,7 @@
*/
-#include "tpm.c"
+#include <ouroboros/tpm.h>
#include <test/test.h>