diff options
| author | Aldrik Ramaekers <aldrikboy@gmail.com> | 2025-09-17 19:56:14 +0200 |
|---|---|---|
| committer | Aldrik Ramaekers <aldrikboy@gmail.com> | 2025-09-17 19:56:14 +0200 |
| commit | 3402cba0fe6fa1b89a029c612b622e7a4771d901 (patch) | |
| tree | 96a8eeccec970cdbf4efad3306698fb1196c9c2b /tests/main.cpp | |
| parent | 41ddcc70f6ac27688c0a7dccc975c4b72de718e2 (diff) | |
test setup to test for peppol validation
Diffstat (limited to 'tests/main.cpp')
| -rw-r--r-- | tests/main.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
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 |
