diff options
Diffstat (limited to 'lib/utfcpp/v4/tests/apitests.cpp')
-rw-r--r-- | lib/utfcpp/v4/tests/apitests.cpp | 6 |
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" |