From 1751007e645d206f48d2efa4470fd99fbbecf2b8 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Tue, 17 May 2005 15:51:35 +0000 Subject: 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) --- source4/script/tests/test_pidl.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'source4/script/tests') 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 -- cgit