summaryrefslogtreecommitdiff
path: root/lib/utfcpp/v4/tests/apitests.cpp
diff options
context:
space:
mode:
authorAlexis Hildebrandt <afh@surryhill.net>2023-12-07 16:43:46 +0100
committerAlexis Hildebrandt <afh@surryhill.net>2023-12-10 19:01:27 +0100
commitf017686dd4720bac373e8fcd5b779777a83162ec (patch)
tree408f1a27aa999bce0646f21c76330e3f252e1c76 /lib/utfcpp/v4/tests/apitests.cpp
parent3cfad2570d7fe8aa5d88de3797797d695d4fbe06 (diff)
downloadfork-ledger-f017686dd4720bac373e8fcd5b779777a83162ec.tar.gz
fork-ledger-f017686dd4720bac373e8fcd5b779777a83162ec.tar.bz2
fork-ledger-f017686dd4720bac373e8fcd5b779777a83162ec.zip
utfcpp: Update to 4.0.4
Diffstat (limited to 'lib/utfcpp/v4/tests/apitests.cpp')
-rw-r--r--lib/utfcpp/v4/tests/apitests.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/utfcpp/v4/tests/apitests.cpp b/lib/utfcpp/v4/tests/apitests.cpp
new file mode 100644
index 00000000..083266d7
--- /dev/null
+++ b/lib/utfcpp/v4/tests/apitests.cpp
@@ -0,0 +1,6 @@
+#include "../extern/ftest/ftest.h"
+
+#include "test_checked_api.h"
+#include "test_checked_iterator.h"
+#include "test_unchecked_api.h"
+#include "test_unchecked_iterator.h"