diff options
author | P. J. McDermott <pjm@nac.net> | 2013-06-15 15:49:41 (EDT) |
---|---|---|
committer | P. J. McDermott <pjm@nac.net> | 2013-06-15 15:49:41 (EDT) |
commit | bba9fadf54e0def06c293054a0c7095c1ad7d02e (patch) | |
tree | 393d96856145ddcf417a8fb449c2d764919343c9 /tests | |
parent | 2023186b470cf9fd29845756c2b2bfd91632eddb (diff) |
Fix tests file names for distribution.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/local.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/local.mk b/tests/local.mk index ce8a2c0..9a3bb8e 100644 --- a/tests/local.mk +++ b/tests/local.mk @@ -17,6 +17,6 @@ # along with this program. If not, see <http://www.gnu.org/licenses/>. tests = \ - tests/ob_match_arch \ - tests/ob_parse_dep \ - tests/ob_reduce_deps + tests/ob_match_arch.sh \ + tests/ob_parse_dep.sh \ + tests/ob_reduce_deps.sh |