diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-03-17 04:18:44 (EDT) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-03-17 04:18:44 (EDT) |
commit | 0fdf7fefe7d6450058382c5b66780c9df098d2cd (patch) | |
tree | e863e10dfcd4e20a027e59750997514c9ae54c5a /tests | |
parent | ed396cb64a4d8811f11014e15efa35927e5a9933 (diff) |
tests/local.mk: Distribute tests/aux/common.sh
Diffstat (limited to 'tests')
-rw-r--r-- | tests/local.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/local.mk b/tests/local.mk index 2a6daec..d22b196 100644 --- a/tests/local.mk +++ b/tests/local.mk @@ -22,4 +22,5 @@ SH_LOG_DRIVER = \ EXTRA_DIST += \ $(TESTS) \ build-aux/tap-driver.sh \ - tests/aux/tap-functions.sh + tests/aux/tap-functions.sh \ + tests/aux/common.sh |