From 9d56a6d8f86a2285231d1707635ce8a5bb996b1a Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Tue, 17 May 2005 13:50:47 +0000 Subject: r6859: Add ndr_align tests, use environment variables ($CC, $CFLAGS, $LDFLAGS) where possible. (This used to be commit 077f4105aceba99a7ac4de21a20bb758fcc01203) --- 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 f5e731d37a..81d443a307 100755 --- a/source4/script/tests/test_pidl.sh +++ b/source4/script/tests/test_pidl.sh @@ -1,3 +1,4 @@ #!/bin/sh ./build/pidl/tests/ndr_simple.pl +./build/pidl/tests/ndr_align.pl ./build/pidl/tests/ndr_refptr.pl -- cgit