r21347: All current tests in the testsuite mainly test the RPC code in general. Since
commit9bd2421e44dcfcaf08ad61cf25bb7714cf885517
authorJelmer Vernooij <jelmer@samba.org>
Wed, 14 Feb 2007 19:30:05 +0000 (14 19:30 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 19:48:17 +0000 (10 14:48 -0500)
tree9cc80d246f82ce2877aa27783e31f5f6116348a9
parent62fcd13da1c9738393781ff55eb3f4dbdf7357fc
r21347: All current tests in the testsuite mainly test the RPC code in general. Since
we're running the testsuite mainly against ourselves, we only check that the
push/pull functions work in our own environment, not whether they generate/parse
the same data that other systems do.

This commit adds the infrastructure for a testsuite for just the marshalling
code. The idea is that you provide a data blob, a function name and a function
to check the resulting struct for correctness.
source/librpc/idl/winreg.idl
source/torture/config.mk
source/torture/ndr/ndr.c [new file with mode: 0644]
source/torture/ndr/ndr.h [new file with mode: 0644]
source/torture/ndr/winreg.c [new file with mode: 0644]