mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-08 17:22:05 +03:00
* 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.
16 lines
304 B
Plaintext
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@
|