diff options
| author | Aldrik Ramaekers <aldrikboy@gmail.com> | 2025-10-20 09:34:26 +0200 |
|---|---|---|
| committer | Aldrik Ramaekers <aldrikboy@gmail.com> | 2025-10-20 09:34:26 +0200 |
| commit | 5c22a35be47a10f85107107a9124ec401e6cd28d (patch) | |
| tree | 32953b14f791d0dee055543245039e37396c0cc1 /tests/main.cpp | |
| parent | fdc74456a98fe9076ff5d029b37cdf5fdd18b1d1 (diff) | |
tax tests
Diffstat (limited to 'tests/main.cpp')
| -rw-r--r-- | tests/main.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/main.cpp b/tests/main.cpp index d9bd1c9..04b4407 100644 --- a/tests/main.cpp +++ b/tests/main.cpp @@ -3,7 +3,7 @@ #include "administration_rw_tests.cpp" #include "administration_validation_tests.cpp" #include "peppol_write_tests.cpp" - +#include "tax_tests.cpp" #include "nl_tax_tests.cpp" GREATEST_MAIN_DEFS(); @@ -12,6 +12,7 @@ int main(int argc, char **argv) { GREATEST_MAIN_BEGIN(); RUN_SUITE(nl_tax_statement); + RUN_SUITE(tax_generic_tests); RUN_SUITE(administration_rw); RUN_SUITE(administration_validate); RUN_SUITE(peppol_write); |
