From 8f391a9fe36d1bfd07a8315f82f91da1c015fc29 Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Sat, 22 Jul 2017 21:31:06 -0400 Subject: Makefile.am, tests/local.mk: s/tests/TESTS/ --- diff --git a/Makefile.am b/Makefile.am index e71bd7d..e0a407f 100644 --- a/Makefile.am +++ b/Makefile.am @@ -67,7 +67,7 @@ EXTRA_DIST = \ autogen.sh \ $(locale_sources) \ $(man1_sources) \ - $(tests) \ + $(TESTS) \ tools/shpp.sh \ tools/shld.sh \ build-aux/tap-driver.sh \ diff --git a/tests/local.mk b/tests/local.mk index 8f59854..d938299 100644 --- a/tests/local.mk +++ b/tests/local.mk @@ -1 +1 @@ -tests = +TESTS = -- cgit v0.9.1