diff options
author | semarie <> | 2015-07-07 17:39:19 +0000 |
---|---|---|
committer | semarie <> | 2015-07-07 17:39:19 +0000 |
commit | 83fe0994d64503071ba86ea1321580bd25f5f1c7 (patch) | |
tree | 1d1bde0d8040e92103c1742f46afc74abf517257 | |
parent | 1a0cde3034674aac795c26c184bfb2f7fdf9fd92 (diff) | |
download | openbsd-83fe0994d64503071ba86ea1321580bd25f5f1c7.tar.gz openbsd-83fe0994d64503071ba86ea1321580bd25f5f1c7.tar.bz2 openbsd-83fe0994d64503071ba86ea1321580bd25f5f1c7.zip |
add setlocale test
-rw-r--r-- | src/regress/lib/libc/locale/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/regress/lib/libc/locale/Makefile b/src/regress/lib/libc/locale/Makefile index 3bb3acd05a..56be950d02 100644 --- a/src/regress/lib/libc/locale/Makefile +++ b/src/regress/lib/libc/locale/Makefile | |||
@@ -1,9 +1,11 @@ | |||
1 | # $OpenBSD: Makefile,v 1.3 2014/07/03 21:12:24 miod Exp $ | 1 | # $OpenBSD: Makefile,v 1.4 2015/07/07 17:39:19 semarie Exp $ |
2 | 2 | ||
3 | .if defined(REGRESS_FULL) || make(clean) || make(cleandir) || make(obj) | 3 | .if defined(REGRESS_FULL) || make(clean) || make(cleandir) || make(obj) |
4 | SUBDIR+= check_isw | 4 | SUBDIR+= check_isw |
5 | .endif | 5 | .endif |
6 | 6 | ||
7 | SUBDIR += setlocale | ||
8 | |||
7 | install: | 9 | install: |
8 | 10 | ||
9 | .include <bsd.subdir.mk> | 11 | .include <bsd.subdir.mk> |