Changeset 2ee8b15 in rtems for testsuites/libtests/configure.ac

Timestamp:
02/26/13 12:25:46 (11 years ago)
Author:
Ralf Kirchner <ralf.kirchner@…>
Branches:
4.11, 5, master
Children:
83a4cbb
Parents:
46b7f921
git-author:
Ralf Kirchner <ralf.kirchner@…> (02/26/13 12:25:46)
git-committer:
Sebastian Huber <sebastian.huber@…> (06/03/13 15:28:41)
Message:

libtests: Add new test: utf8proc01

utf8proc is a library for processing UTF-8 encoded Unicode strings.
Some features are Unicode normalization, stripping of default ignorable characters, case folding and detection of grapheme cluster boundaries.
For now utf8proc is intended for normalizing and folding strings for comparison purposes within the UTF-8 support of the FAT file system.
This test will call interface methods of library utf8proc in order to make sure they compiled and linked ok.
The library is third party, thus it should be sufficient for us to make sure we can build it correctly.

(No files)

Note: See TracChangeset for help on using the changeset viewer.