diff options
author | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2016-05-10 11:26:58 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2016-05-10 11:26:58 +0000 |
commit | 35a6f7bab8f857db1ec97b39e626f78a3c7a3a19 (patch) | |
tree | 81bf81952530c0dceae8ea60547170b318875cf2 /regress/lib | |
parent | 57aa11b6bc90d2512f9ba2250a8915c0793d00ed (diff) |
Enable the readline(3) regression test provided by Bastian Maerkisch,
all bugs tested so far have been fixed.
Diffstat (limited to 'regress/lib')
-rw-r--r-- | regress/lib/libedit/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/regress/lib/libedit/Makefile b/regress/lib/libedit/Makefile index b0ab503085f..777717886e2 100644 --- a/regress/lib/libedit/Makefile +++ b/regress/lib/libedit/Makefile @@ -1,5 +1,5 @@ -# $OpenBSD: Makefile,v 1.2 2016/03/01 16:45:50 schwarze Exp $ +# $OpenBSD: Makefile,v 1.3 2016/05/10 11:26:57 schwarze Exp $ -SUBDIR += chared keymacro read +SUBDIR += chared keymacro read readline .include <bsd.subdir.mk> |