afd9e5e801
* tests/old_mmap.c [!TEST_FD]: Define TEST_FD. (main) <args1_c>: Replace 5th argument with TEST_FD. (main): Wrap the output for the calls that do not use TEST_FD with #ifndef PATH_TRACING. * tests/old_mmap-P.c: New file. * tests/pure_executables.list: Add old_mmap-P. * tests/.gitignore: Likewise. * tests/gen_tests.in: Add old_mmap-P test.
4 lines
61 B
C
4 lines
61 B
C
#define TEST_FD 9
|
|
#define PATH_TRACING
|
|
#include "old_mmap.c"
|