mirror of
https://https.git.savannah.gnu.org/git/gnulib.git
synced 2026-05-13 15:13:36 +00:00
* modules/stdbool-h: Renamed from modules/stdbool. * modules/stdbool-h-tests: Renamed from modules/stdbool-tests. * modules/stdbool-h-c++-tests: Renamed from modules/stdbool-c++-tests. * tests/test-stdbool-h.c: Renamed from tests/test-stdbool.c. * tests/test-stdbool-h-c++.cc: Renamed from tests/test-stdbool-c++.cc. * tests/test-stdbool-h-c++2.cc: Renamed from tests/test-stdbool-c++2.cc. * tests/test-stdbool-h-c99.c: Update. * tests/test-stdbool-h-c99-c++.cc: Update. * doc/posix-headers/stdbool.texi: Update. * doc/gnulib-readme.texi: Update. * doc/gnulib.texi: Update. * modules/* (Depends-on): Update. * modules/stdbool: New file.
21 lines
300 B
Plaintext
21 lines
300 B
Plaintext
Files:
|
|
tests/macros.h
|
|
tests/signature.h
|
|
tests/test-getopt-posix.c
|
|
tests/test-getopt-main.h
|
|
tests/test-getopt.h
|
|
|
|
Depends-on:
|
|
dup2
|
|
setenv
|
|
stdbool-h
|
|
unistd
|
|
unsetenv
|
|
|
|
configure.ac:
|
|
|
|
Makefile.am:
|
|
TESTS += test-getopt-posix
|
|
check_PROGRAMS += test-getopt-posix
|
|
test_getopt_posix_LDADD = $(LDADD) $(LIBINTL)
|