From f017686dd4720bac373e8fcd5b779777a83162ec Mon Sep 17 00:00:00 2001 From: Alexis Hildebrandt Date: Thu, 7 Dec 2023 16:43:46 +0100 Subject: utfcpp: Update to 4.0.4 --- lib/utfcpp/v4/tests/apitests.cpp | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 lib/utfcpp/v4/tests/apitests.cpp (limited to 'lib/utfcpp/v4/tests/apitests.cpp') 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" -- cgit v1.2.3