diff options
| author | Aldrik Ramaekers <aldrikboy@gmail.com> | 2025-10-10 22:03:05 +0200 |
|---|---|---|
| committer | Aldrik Ramaekers <aldrikboy@gmail.com> | 2025-10-10 22:03:05 +0200 |
| commit | d976c1227f367a4547a004597b8d360a8958eba9 (patch) | |
| tree | 891b89263176375f058598b629b145177531a54a /tests/main.cpp | |
| parent | 1c53bd3ac83cc7a985983ac656bc2599276808a4 (diff) | |
working on NL tax reports
Diffstat (limited to 'tests/main.cpp')
| -rw-r--r-- | tests/main.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/main.cpp b/tests/main.cpp index 358ca2e..d9bd1c9 100644 --- a/tests/main.cpp +++ b/tests/main.cpp @@ -4,11 +4,14 @@ #include "administration_validation_tests.cpp" #include "peppol_write_tests.cpp" +#include "nl_tax_tests.cpp" + GREATEST_MAIN_DEFS(); int main(int argc, char **argv) { timer_lib_initialize(); GREATEST_MAIN_BEGIN(); + RUN_SUITE(nl_tax_statement); RUN_SUITE(administration_rw); RUN_SUITE(administration_validate); RUN_SUITE(peppol_write); |
