Last change
on this file since 1010 was 414, checked in by Herwig Bauernfeind, 16 years ago |
Samba 3.5.0: Initial import
|
File size:
464 bytes
|
Line | |
---|
1 | #
|
---|
2 | # @(#) Test maximum number of clients (file descriptors) for winbindd
|
---|
3 | #
|
---|
4 |
|
---|
5 | load_lib util-defs.exp
|
---|
6 |
|
---|
7 | # Unimplemented - eek!
|
---|
8 |
|
---|
9 | untested "bigfd"
|
---|
10 | return
|
---|
11 |
|
---|
12 | # Compile bigfd.c
|
---|
13 |
|
---|
14 | set output [target_compile "$srcdir/$subdir/bigfd.c" \
|
---|
15 | "$srcdir/$subdir/bigfd" executable {additional_flags="-g"}]
|
---|
16 |
|
---|
17 | if {$output != ""} {
|
---|
18 | perror "compile bigfd"
|
---|
19 | puts $output
|
---|
20 | return
|
---|
21 | }
|
---|
22 |
|
---|
23 | # Run bigfd
|
---|
24 |
|
---|
25 | set output [util_start "$srcdir/$subdir/bigfd" "" ""]
|
---|
26 | puts $output
|
---|
27 |
|
---|
28 | pass "bigfd"
|
---|
Note:
See
TracBrowser
for help on using the repository browser.