From 764d199ca1819a5fe17614bfa2f1295364ac695f Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Tue, 17 May 2005 11:43:46 +0000 Subject: r6854: Add --quiet option to pidl Some work on a testsuite for pidl, including one simple test. (This used to be commit a5aa61f54ea20f0b400359f9b3119f0ff0720431) --- source4/script/tests/test_pidl.sh | 2 ++ 1 file changed, 2 insertions(+) create mode 100755 source4/script/tests/test_pidl.sh (limited to 'source4/script/tests/test_pidl.sh') diff --git a/source4/script/tests/test_pidl.sh b/source4/script/tests/test_pidl.sh new file mode 100755 index 0000000000..77f14ddcb9 --- /dev/null +++ b/source4/script/tests/test_pidl.sh @@ -0,0 +1,2 @@ +#!/bin/sh +./build/pidl/tests/ndr_simple.pl -- cgit