summaryrefslogtreecommitdiff
path: root/lib/replace/tests/strptime.c
AgeCommit message (Collapse)AuthorFilesLines
2019-05-06replace: Fix "make test" to actually test libreplaceAndrew Bartlett1-0/+173
Found by Joe Guo during preperation for automated code coverage output. In order to allow the Makefile wrapper to work we need to rename the test directory to tests. Signed-off-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Gary Lockyer <gary@catalyst.net.nz>