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 /Makefile.am | |
parent | 7fd9aa9fe32b1721d5606d554fa58b8d34a44f43 (diff) |
Makefile.am, tests/local.mk: s/tests/TESTS/
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 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 \ |