From 3402cba0fe6fa1b89a029c612b622e7a4771d901 Mon Sep 17 00:00:00 2001 From: Aldrik Ramaekers Date: Wed, 17 Sep 2025 19:56:14 +0200 Subject: test setup to test for peppol validation --- tests/main.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests/main.cpp') diff --git a/tests/main.cpp b/tests/main.cpp index fd3557a..234c92d 100644 --- a/tests/main.cpp +++ b/tests/main.cpp @@ -1,5 +1,6 @@ #include "administration_rw_tests.cpp" #include "administration_validation_tests.cpp" +#include "peppol_write_tests.cpp" GREATEST_MAIN_DEFS(); int main(int argc, char **argv) { @@ -8,5 +9,6 @@ int main(int argc, char **argv) { GREATEST_MAIN_BEGIN(); RUN_SUITE(administration_rw); RUN_SUITE(administration_validate); + RUN_SUITE(peppol_write); GREATEST_MAIN_END(); } \ No newline at end of file -- cgit v1.2.3-70-g09d2