source: rtems/testsuites/libtests/Makefile.am @ f2082cc

5
Last change on this file since f2082cc was 195d412, checked in by Christian Mauderer <Christian.Mauderer@…>, on 05/02/16 at 12:49:33

libnetworking: Add minimal getnameinfo()

This implementation just falls back to giving a string representation of
the IP. It supports IPv4 only.

Add test for getnameinfo().

  • Property mode set to 100644
File size: 1.3 KB
Line 
1ACLOCAL_AMFLAGS = -I ../aclocal
2
3_SUBDIRS = POSIX
4_SUBDIRS += libfdt01
5_SUBDIRS += defaultconfig01
6_SUBDIRS += pwdgrp02
7_SUBDIRS += shell01
8_SUBDIRS += pwdgrp01
9_SUBDIRS += crypt01
10_SUBDIRS += sha
11_SUBDIRS += i2c01
12_SUBDIRS += newlib01
13_SUBDIRS += block17
14_SUBDIRS += exit02
15_SUBDIRS += exit01
16_SUBDIRS += utf8proc01
17_SUBDIRS += md501
18_SUBDIRS += sparsedisk01
19_SUBDIRS += block16
20_SUBDIRS += block15
21_SUBDIRS += block14
22_SUBDIRS += block13
23_SUBDIRS += rbheap01
24_SUBDIRS += flashdisk01
25_SUBDIRS += capture01
26
27_SUBDIRS += bspcmdline01 cpuuse devfs01 devfs02 devfs03 devfs04 \
28    deviceio01 devnullfatal01 dumpbuf01 gxx01 top\
29    malloctest malloc02 malloc03 malloc04 heapwalk \
30    putenvtest monitor monitor02 rtmonuse stackchk stackchk01 \
31    termios termios01 termios02 termios03 termios04 termios05 \
32    termios06 termios07 termios08 \
33    rtems++ tztest block01 block02 block03 block04 block05 block06 block07 \
34    block08 block09 block10 block11 block12 stringto01 \
35    tar01 tar02 tar03 \
36    math mathf mathl complex \
37    mouse01 uid01
38
39if NETTESTS
40if HAS_POSIX
41_SUBDIRS += mghttpd01
42endif
43_SUBDIRS += ftp01
44_SUBDIRS += networking01
45_SUBDIRS += syscall01
46endif
47
48if DLTESTS
49_SUBDIRS += dl01 dl02
50endif
51
52include $(top_srcdir)/../automake/test-subdirs.am
53include $(top_srcdir)/../automake/local.am
Note: See TracBrowser for help on using the repository browser.