mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-18 23:42:00 +03:00
* tests/test-fseeko4.sh: New file. * tests/test-fseeko4.c: New file. * modules/fseeko-tests (Files): Add them. (Makefile.am): Arrange to compile test-fseeko4 and run test-fseeko4.sh.
6 lines
79 B
Bash
Executable File
6 lines
79 B
Bash
Executable File
#!/bin/sh
|
|
|
|
./test-fseeko4${EXEEXT} "$srcdir/test-fseeko4.sh" || exit 1
|
|
|
|
exit 0
|