diff options
| author | rillig <rillig@NetBSD.org> | 2020-11-14 15:35:20 +0000 |
|---|---|---|
| committer | rillig <rillig@NetBSD.org> | 2020-11-14 15:35:20 +0000 |
| commit | ba201db8a7ca705b1f575286eaeeb9f9deda22cf (patch) | |
| tree | 49ce7c1055969638eac77d759de450611368521d /usr.bin/make/unit-tests/Makefile | |
| parent | 8d2df5affc3e9a6e32289d8210fb937c52926a68 (diff) | |
make(1): add test for the -t option in jobs mode
Diffstat (limited to 'usr.bin/make/unit-tests/Makefile')
| -rw-r--r-- | usr.bin/make/unit-tests/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/make/unit-tests/Makefile b/usr.bin/make/unit-tests/Makefile index 1eeb229dc67..42394eadf16 100644 --- a/usr.bin/make/unit-tests/Makefile +++ b/usr.bin/make/unit-tests/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.198 2020/11/12 23:35:21 sjg Exp $ +# $NetBSD: Makefile,v 1.199 2020/11/14 15:35:20 rillig Exp $ # # Unit tests for make(1) # @@ -232,6 +232,7 @@ TESTS+= opt-query TESTS+= opt-raw TESTS+= opt-silent TESTS+= opt-touch +TESTS+= opt-touch-jobs TESTS+= opt-tracefile TESTS+= opt-var-expanded TESTS+= opt-var-literal |
