1
0
mirror of https://github.com/samba-team/samba.git synced 2025-11-08 16:23:49 +03:00
Files
samba-mirror/source/script/tests/test_pidl.sh
Jelmer Vernooij b8c5290063 r9591: - Remove empty file
- Fix a couple of typo's
- Fix build of lib/samba3/secrets.c for systems that don't have /usr/include/tdb.h...
2007-10-10 13:34:33 -05:00

9 lines
329 B
Bash
Executable File

#!/bin/sh
PERL=perl
$PERL -Ibuild/pidl ./build/pidl/tests/ndr_simple.pl
$PERL -Ibuild/pidl ./build/pidl/tests/ndr_align.pl
$PERL -Ibuild/pidl ./build/pidl/tests/ndr_alloc.pl
$PERL -Ibuild/pidl ./build/pidl/tests/ndr_refptr.pl
$PERL -Ibuild/pidl ./build/pidl/tests/ndr_string.pl
$PERL -Ibuild/pidl ./build/pidl/tests/ndr_array.pl