summaryrefslogtreecommitdiff
path: root/tests/bionic/libc/build-tests.mk
blob: bf3c6dc2bd3d0d04f097e85f0a08c6a7cc9331bf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
#############################################################################
# Copyright (c) 2013 Linaro
# All rights reserved. This program and the accompanying materials
# are made available under the terms of the Eclipse Public License v1.0
# which accompanies this distribution, and is available at
# http://www.eclipse.org/legal/epl-v10.html
#
# Contributors:
#     Linaro <linaro-android@lists.linaro.org>
#############################################################################

# pick up tests to build the system image
PRODUCT_PACKAGES += \
    bench_locks \
    bench_pthread_shared \
    bench_pthread_static \
    bench_stdio \
    libdlclosetest1 \
    libdlclosetest2 \
    libtest_relocs \
    libtest_static_init \
    test_aligned \
    test_arc4random \
    test_atomics \
    test_clock \
    test_clone \
    test_cpu_set \
    test_dlclose_destruction \
    test_dlopen_null \
    test_drand48 \
    test_executable_destructor \
    test_getaddrinfo \
    test_getgrouplist \
    test_gethostbyname \
    test_gethostname \
    test_libgen \
    test_mutex \
    test_netinet_icmp \
    test_pthread_cleanup_push \
    test_pthread_cond \
    test_pthread_create \
    test_pthread_getcpuclockid \
    test_pthread_join \
    test_pthread_mutex \
    test_pthread_once \
    test_pthread_rwlock \
    test_relocs \
    test_semaphore \
    test_sem_post \
    test_setjmp \
    test_seteuid \
    test_static_cpp_mutex \
    test_static_executable_destructor \
    test_static_init \
    test_strftime_2039 \
    test_strptime \
    test_sysconf \
    test_system \
    test_timer_create \
    test_timer_create2 \
    test_timer_create3 \
    test_tm_zone \
    test_udp \
    test_vfprintf_leak

PRODUCT_COPY_FILES += system/extras/tests/bionic/libc/run-test_linaro.sh:system/bin/run-bionic-tests.sh