diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2005-05-17 15:51:35 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:16:51 -0500 |
commit | 1751007e645d206f48d2efa4470fd99fbbecf2b8 (patch) | |
tree | 480830deecc4a36e453be7e24dbe0766bcd69f67 /source4/script/tests | |
parent | 9d56a6d8f86a2285231d1707635ce8a5bb996b1a (diff) | |
download | samba-1751007e645d206f48d2efa4470fd99fbbecf2b8.tar.gz samba-1751007e645d206f48d2efa4470fd99fbbecf2b8.tar.bz2 samba-1751007e645d206f48d2efa4470fd99fbbecf2b8.zip |
r6860: Add some allocation and alignment tests, remove uint64 from list of scalars
(it doesn't have any push/pull functions anymore either)
(This used to be commit 7d36e27e228ce83a5ce159eb424c4b5194c0e2fb)
Diffstat (limited to 'source4/script/tests')
-rwxr-xr-x | source4/script/tests/test_pidl.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/script/tests/test_pidl.sh b/source4/script/tests/test_pidl.sh index 81d443a307..8c57f10ffe 100755 --- a/source4/script/tests/test_pidl.sh +++ b/source4/script/tests/test_pidl.sh @@ -1,4 +1,5 @@ #!/bin/sh ./build/pidl/tests/ndr_simple.pl ./build/pidl/tests/ndr_align.pl +./build/pidl/tests/ndr_alloc.pl ./build/pidl/tests/ndr_refptr.pl |