diff options
Diffstat (limited to 'posix/Makefile')
-rw-r--r-- | posix/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/posix/Makefile b/posix/Makefile index 77471c8..ff185dc 100644 --- a/posix/Makefile +++ b/posix/Makefile @@ -55,7 +55,8 @@ routines := \ include ../Makeconfig aux := init-posix environ -tests := tstgetopt testfnm runtests wordexp-test runptests +tests := tstgetopt testfnm runtests wordexp-test runptests \ + tst-preadwrite test-srcs := globtest others := getconf install-bin := getconf |