diff options
author | Michael Adam <obnox@samba.org> | 2008-02-28 21:43:06 +0100 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2008-02-28 23:01:15 +0100 |
commit | dfc84928d722191dad264a7206e20919c140e3ea (patch) | |
tree | ecc069f1f8468fe170afa08a86d6c94a8ecb1208 /source4/torture/local | |
parent | 2ba62662f8e2578153be3125eb557b9349ccfd3b (diff) | |
download | samba-dfc84928d722191dad264a7206e20919c140e3ea.tar.gz samba-dfc84928d722191dad264a7206e20919c140e3ea.tar.bz2 samba-dfc84928d722191dad264a7206e20919c140e3ea.zip |
libreplace: add extended getifaddrs test that prints out the interfaces.
Michael
(This used to be commit 9d2bab09aac22c00fe23f1e1265a2dbd0901e9ce)
Diffstat (limited to 'source4/torture/local')
-rw-r--r-- | source4/torture/local/config.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/torture/local/config.mk b/source4/torture/local/config.mk index d0ba1f2782..4143d415cf 100644 --- a/source4/torture/local/config.mk +++ b/source4/torture/local/config.mk @@ -8,6 +8,7 @@ PRIVATE_PROTO_HEADER = \ OBJ_FILES = \ ../../lib/charset/tests/iconv.o \ ../../lib/talloc/testsuite.o \ + ../../lib/replace/test/getifaddrs.o \ ../../lib/replace/test/os2_delete.o \ ../../lib/replace/test/strptime.o \ ../../lib/replace/test/testsuite.o \ |