File: nss_winbind_syms.exp

package info (click to toggle)
samba-doc-ja 2.2.8a%2Bja1.0-0.1
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 34,192 kB
  • ctags: 22,693
  • sloc: ansic: 197,587; sh: 8,073; perl: 5,377; makefile: 1,489; awk: 1,146; exp: 1,143; csh: 216
file content (42 lines) | stat: -rw-r--r-- 988 bytes parent folder | download | duplicates (21)
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
#
# @(#) Test nss functions are exported from the libnss_winbind.so library
# @(#) Test there are no external dependencies in the libnss_winbind.so library
#
# We expect the following symbols to be exported:
#
#    _nss_winbind_getgrent_r
#    _nss_winbind_endgrent
#    _nss_winbind_endpwent
#    _nss_winbind_getgrgid_r
#    _nss_winbind_getgrnam_r
#    _nss_winbind_getpwent_r
#    _nss_winbind_getpwnam_r
#    _nss_winbind_getpwuid_r
#    _nss_winbind_setgrent
#    _nss_winbind_setpwent
#    _nss_winbind_initgroups
#
# This test also has the nice side-effect of showing any unresolved symbols 
# in the library.
#

load_lib util-defs.exp
load_lib compile.exp

simple_compile "nss_winbind_syms" "-ldl"

set output [util_start "$srcdir/$subdir/nss_winbind_syms" \
        "nsswitch/libnss_winbind.so"]

verbose $output

if { [regexp "FAIL:" $output] } {
    fail "run nss_winbind_syms"
    return
}

pass "nss_winbind_syms"

# Clean up

file delete "$srcdir/$subdir/nss_winbind_syms"