diff options
author | P. J. McDermott <pj@pehjota.net> | 2017-07-22 21:31:06 (EDT) |
---|---|---|
committer | P. J. McDermott <pj@pehjota.net> | 2017-07-22 21:31:06 (EDT) |
commit | 8f391a9fe36d1bfd07a8315f82f91da1c015fc29 (patch) | |
tree | 54cd2e0cb3e47a64367daa336812fcb6303bd511 | |
parent | 7fd9aa9fe32b1721d5606d554fa58b8d34a44f43 (diff) |
Makefile.am, tests/local.mk: s/tests/TESTS/
-rw-r--r-- | Makefile.am | 2 | ||||
-rw-r--r-- | tests/local.mk | 2 |
2 files changed, 2 insertions, 2 deletions
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 = |