mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-08 17:22:05 +03:00
* tests/test-at-init.sh: New file. * tests/test-at-init.c: New file. * tests/test-at-init-2.c: New file. * tests/test-at-init-3.c: New file. * modules/at-init-tests: New file.
16 lines
272 B
Plaintext
16 lines
272 B
Plaintext
Files:
|
|
tests/test-at-init.sh
|
|
tests/test-at-init.c
|
|
tests/test-at-init-2.c
|
|
tests/test-at-init-3.c
|
|
|
|
Depends-on:
|
|
write
|
|
|
|
configure.ac:
|
|
|
|
Makefile.am:
|
|
TESTS += test-at-init.sh
|
|
check_PROGRAMS += test-at-init
|
|
test_at_init_SOURCES = test-at-init.c test-at-init-2.c test-at-init-3.c
|