diff options
| author | Simon J. Gerraty <sjg@FreeBSD.org> | 2020-09-05 16:11:04 +0000 |
|---|---|---|
| committer | Simon J. Gerraty <sjg@FreeBSD.org> | 2020-09-05 16:11:04 +0000 |
| commit | 6bbc783f48498b808e19db4441299dc7d85a278b (patch) | |
| tree | be201219a56594c76537191ee91fdd3ef8cfb348 /unit-tests/export-all.mk | |
| parent | 367d32e2b15fe0397ddecccaa04cf9ed0164c969 (diff) | |
Notes
Diffstat (limited to 'unit-tests/export-all.mk')
| -rw-r--r-- | unit-tests/export-all.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/unit-tests/export-all.mk b/unit-tests/export-all.mk index 200412f3b90a..c1910cac96b9 100644 --- a/unit-tests/export-all.mk +++ b/unit-tests/export-all.mk @@ -1,4 +1,4 @@ -# $Id: export-all.mk,v 1.1.1.2 2015/04/10 20:43:38 sjg Exp $ +# $Id: export-all.mk,v 1.1.1.3 2020/07/28 16:57:18 sjg Exp $ UT_OK=good UT_F=fine @@ -17,6 +17,7 @@ UT_OKDIR = ${${here}/../${here:T}:L:${M_tA}:T} .export +FILTER_CMD= grep ^UT_ .include "export.mk" UT_TEST=export-all |
