From b88a18e10c9b18a74e2c2b26817189a5841cff12 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Wed, 13 May 2015 12:33:41 -0700 Subject: Add a test case for scandir. --- dirent/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dirent/Makefile') diff --git a/dirent/Makefile b/dirent/Makefile index b4f0a914d3..3c71ccfa7c 100644 --- a/dirent/Makefile +++ b/dirent/Makefile @@ -30,7 +30,7 @@ routines := opendir closedir readdir readdir_r rewinddir \ scandirat scandirat64 tests := list tst-seekdir opendir-tst1 bug-readdir1 tst-fdopendir \ - tst-fdopendir2 + tst-fdopendir2 tst-scandir tst-scandir64 CFLAGS-scandir.c = $(uses-callbacks) CFLAGS-scandir64.c = $(uses-callbacks) -- cgit 1.4.1