mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-08 17:22:05 +03:00
* tests/test-stat-time-c++.cc: New file. * modules/stat-time-c++-tests: New file. * modules/stat-time-tests (Depends-on): Add stat-time-c++-tests.
21 lines
303 B
Plaintext
21 lines
303 B
Plaintext
Files:
|
|
tests/test-stat-time.c
|
|
tests/macros.h
|
|
tests/nap.h
|
|
|
|
Depends-on:
|
|
nanosleep
|
|
stdckdint-h
|
|
time-h
|
|
unistd-h
|
|
xconcat-filename
|
|
xgetcwd-lgpl
|
|
stat-time-c++-tests
|
|
|
|
configure.ac:
|
|
|
|
Makefile.am:
|
|
TESTS += test-stat-time
|
|
check_PROGRAMS += test-stat-time
|
|
test_stat_time_LDADD = $(LDADD) $(NANOSLEEP_LIB) @LIBINTL@
|