replace: Fix "make test" to actually test libreplace
authorAndrew Bartlett <abartlet@samba.org>
Sun, 5 May 2019 22:23:49 +0000 (10:23 +1200)
committerGary Lockyer <gary@samba.org>
Mon, 6 May 2019 05:46:11 +0000 (05:46 +0000)
commit6cc68c1ccf7683543e2735844210627d39556e34
tree4da87485113de4295a53bc1f130570bd17231539
parent169290896684d52b9d63cb17c0b90a3d63dd9b8d
replace: Fix "make test" to actually test libreplace

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>
lib/replace/tests/getifaddrs.c [moved from lib/replace/test/getifaddrs.c with 100% similarity]
lib/replace/tests/incoherent_mmap.c [moved from lib/replace/test/incoherent_mmap.c with 100% similarity]
lib/replace/tests/main.c [moved from lib/replace/test/main.c with 100% similarity]
lib/replace/tests/os2_delete.c [moved from lib/replace/test/os2_delete.c with 100% similarity]
lib/replace/tests/shared_mmap.c [moved from lib/replace/test/shared_mmap.c with 100% similarity]
lib/replace/tests/shared_mremap.c [moved from lib/replace/test/shared_mremap.c with 100% similarity]
lib/replace/tests/snprintf.c [moved from lib/replace/test/snprintf.c with 100% similarity]
lib/replace/tests/strptime.c [moved from lib/replace/test/strptime.c with 100% similarity]
lib/replace/tests/testsuite.c [moved from lib/replace/test/testsuite.c with 100% similarity]
lib/replace/wscript