source: rtems/testsuites/libtests/Makefile.am @ 2ee8b15

4.115
Last change on this file since 2ee8b15 was 2ee8b15, checked in by Ralf Kirchner <ralf.kirchner@…>, on 02/26/13 at 12:25:46

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.

  • Property mode set to 100644
File size: 994 bytes
Line 
1ACLOCAL_AMFLAGS = -I ../aclocal
2
3SUBDIRS = POSIX
4SUBDIRS += exit02
5SUBDIRS += exit01
6SUBDIRS += utf8proc01
7SUBDIRS += md501
8SUBDIRS += sparsedisk01
9SUBDIRS += block16
10SUBDIRS += block15
11SUBDIRS += block14
12SUBDIRS += block13
13SUBDIRS += rbheap01
14SUBDIRS += flashdisk01
15
16SUBDIRS += bspcmdline01 cpuuse devfs01 devfs02 devfs03 devfs04 \
17    deviceio01 devnullfatal01 dumpbuf01 gxx01 \
18    malloctest malloc02 malloc03 malloc04 malloc05 heapwalk \
19    putenvtest monitor monitor02 rtmonuse stackchk stackchk01 \
20    termios termios01 termios02 termios03 termios04 termios05 \
21    termios06 termios07 termios08 \
22    rtems++ tztest block01 block02 block03 block04 block05 block06 block07 \
23    block08 block09 block10 block11 block12 stringto01 \
24    tar01 tar02 tar03 \
25    math mathf mathl complex \
26    mouse01
27
28if NETTESTS
29if HAS_POSIX
30SUBDIRS += mghttpd01
31endif
32SUBDIRS += ftp01
33SUBDIRS += syscall01
34endif
35
36include $(top_srcdir)/../automake/subdirs.am
37include $(top_srcdir)/../automake/local.am
Note: See TracBrowser for help on using the repository browser.