diff options
-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 = |