view modules/stat-time-tests @ 40244:c39a0edd90d7

fts: minor simplification * lib/fts.c (fts_safe_changedir): Remove redundant assignment.
author Paul Eggert <eggert@cs.ucla.edu>
date Sun, 17 Mar 2019 12:39:50 -0700
parents fd018f74e8c3
children
line wrap: on
line source

Files:
tests/test-stat-time.c
tests/macros.h
tests/nap.h

Depends-on:
intprops
nanosleep
time

configure.ac:

Makefile.am:
TESTS += test-stat-time
check_PROGRAMS += test-stat-time
test_stat_time_LDADD = $(LDADD) $(LIB_NANOSLEEP)