diff options
Diffstat (limited to 'dirent/Makefile')
-rw-r--r-- | dirent/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dirent/Makefile b/dirent/Makefile index e917d5ceab..f100431845 100644 --- a/dirent/Makefile +++ b/dirent/Makefile @@ -31,7 +31,7 @@ routines := opendir closedir readdir readdir_r rewinddir \ scandir-cancel scandir-tail scandir64-tail tests := list tst-seekdir opendir-tst1 bug-readdir1 tst-fdopendir \ - tst-fdopendir2 tst-scandir tst-scandir64 + tst-fdopendir2 tst-scandir tst-scandir64 tst-seekdir2 \ CFLAGS-scandir.c += $(uses-callbacks) CFLAGS-scandir64.c += $(uses-callbacks) |