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