1
0
mirror of https://git.savannah.gnu.org/git/gnulib.git synced 2025-08-08 17:22:05 +03:00
Files
gnulib/modules/at-init-tests
Bruno Haible 4cba83c624 at-init: Add tests.
* 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.
2025-02-18 12:03:37 +01:00

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