Module: wine Branch: refs/heads/master Commit: 975899aa835f3580de6ec0e6922d08576b708d7c URL: http://source.winehq.org/git/?p=wine.git;a=commit;h=975899aa835f3580de6ec0e6...
Author: Hans Leidekker hans@it.vu.nl Date: Sun Apr 9 18:35:56 2006 +0200
dnsapi: Add a test for DnsNameCompare_A.
---
configure | 3 + configure.ac | 1 dlls/dnsapi/Makefile.in | 2 + dlls/dnsapi/tests/.gitignore | 3 + dlls/dnsapi/tests/Makefile.in | 13 ++++++ dlls/dnsapi/tests/name.c | 90 +++++++++++++++++++++++++++++++++++++++++ 6 files changed, 111 insertions(+), 1 deletions(-) create mode 100644 dlls/dnsapi/tests/.gitignore create mode 100644 dlls/dnsapi/tests/Makefile.in create mode 100644 dlls/dnsapi/tests/name.c
Diff: http://source.winehq.org/git/?p=wine.git;a=commitdiff;h=975899aa835f3580de6e...