diff options
| author | Aldrik Ramaekers <aldrikboy@gmail.com> | 2025-09-21 20:37:34 +0200 |
|---|---|---|
| committer | Aldrik Ramaekers <aldrikboy@gmail.com> | 2025-09-21 20:37:34 +0200 |
| commit | 051666a90b2c4779efdc8cfb49ab7316c94b58b0 (patch) | |
| tree | 041ad949685731db2b824f502f0a7a8e64715517 /tests/main.cpp | |
| parent | 946a0c939c0cb7c28c9af9b7e4e2b20c45dd3702 (diff) | |
peppol file importing + invoice rw tests
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 234c92d..358ca2e 100644 --- a/tests/main.cpp +++ b/tests/main.cpp @@ -1,3 +1,5 @@ +#include "test_helper.cpp" + #include "administration_rw_tests.cpp" #include "administration_validation_tests.cpp" #include "peppol_write_tests.cpp" |
