1
0
mirror of https://git.savannah.gnu.org/git/gnulib.git synced 2025-08-08 17:22:05 +03:00
Files
gnulib/modules/once-tests
Bruno Haible e4e655bc9a once-tests: New module, extracted from lock-tests.
* modules/once-tests: New file.
* modules/lock-tests (Files): Remove tests/test-once.c.
(Makefile.am): Don't build and test test-once1 and test-once2.
2024-08-04 23:55:40 +02:00

16 lines
304 B
Plaintext

Files:
tests/test-once.c
tests/macros.h
Depends-on:
configure.ac:
Makefile.am:
TESTS += test-once1 test-once2
check_PROGRAMS += test-once1 test-once2
test_once1_SOURCES = test-once.c
test_once1_LDADD = $(LDADD) @LIBTHREAD@
test_once2_SOURCES = test-once.c
test_once2_LDADD = $(LDADD) @LIBMULTITHREAD@