mirror of
https://github.com/samba-team/samba.git
synced 2025-11-08 16:23:49 +03:00
- Fix a couple of typo's - Fix build of lib/samba3/secrets.c for systems that don't have /usr/include/tdb.h...
9 lines
329 B
Bash
Executable File
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
|