diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2005-05-17 11:43:46 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:16:51 -0500 |
commit | 764d199ca1819a5fe17614bfa2f1295364ac695f (patch) | |
tree | e3a5b9156079f2e0379ad75d77f319a965d4dde2 /source4/script/tests | |
parent | 9ec611d3e61cab560027939b1a8e300f45830ef0 (diff) | |
download | samba-764d199ca1819a5fe17614bfa2f1295364ac695f.tar.gz samba-764d199ca1819a5fe17614bfa2f1295364ac695f.tar.bz2 samba-764d199ca1819a5fe17614bfa2f1295364ac695f.zip |
r6854: Add --quiet option to pidl
Some work on a testsuite for pidl, including one simple test.
(This used to be commit a5aa61f54ea20f0b400359f9b3119f0ff0720431)
Diffstat (limited to 'source4/script/tests')
-rwxr-xr-x | source4/script/tests/test_pidl.sh | 2 |
1 files changed, 2 insertions, 0 deletions
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 |