diff options
Diffstat (limited to 'unit-tests/modts.mk')
-rw-r--r-- | unit-tests/modts.mk | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/unit-tests/modts.mk b/unit-tests/modts.mk index 67ba7eb97078..4776c5818ea5 100644 --- a/unit-tests/modts.mk +++ b/unit-tests/modts.mk @@ -1,7 +1,6 @@ -# $NetBSD: modts.mk,v 1.7 2020/10/24 08:50:17 rillig Exp $ +# $NetBSD: modts.mk,v 1.8 2020/11/03 18:42:33 rillig Exp $ -LIST= one two three -LIST+= four five six +LIST= one two three four five six FU_mod-ts= a / b / cool |