mirror of
https://github.com/samba-team/samba.git
synced 2025-11-09 20:23:51 +03:00
call out to the build system to compile the various pidl tests (without having to rely on shared library support). Initial work on an ndr_array test.
8 lines
205 B
Bash
Executable File
8 lines
205 B
Bash
Executable File
#!/bin/sh
|
|
./build/pidl/tests/ndr_simple.pl
|
|
./build/pidl/tests/ndr_align.pl
|
|
./build/pidl/tests/ndr_alloc.pl
|
|
./build/pidl/tests/ndr_refptr.pl
|
|
./build/pidl/tests/ndr_string.pl
|
|
./build/pidl/tests/ndr_array.pl
|