Skip to content

Commit

Permalink
modify to avoid line continuations
Browse files Browse the repository at this point in the history
  • Loading branch information
Shreeshrii committed Jun 8, 2018
1 parent 7a9fef9 commit 68c6b42
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions unlvtests/Makefile.am
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@

EXTRA_DIST = README.md \
counttestset.sh \
reorgdata.sh \
runalltests.sh \
runtestset.sh \
reports/1995.bus.3B.sum \
reports/1995.doe3.3B.sum \
reports/1995.mag.3B.sum \
reports/1995.news.3B.sum \
reports/2.03.summary \
reports/2.04.summary
EXTRA_DIST = README.md
EXTRA_DIST += counttestset.sh
EXTRA_DIST += reorgdata.sh
EXTRA_DIST += runalltests.sh
EXTRA_DIST += runtestset.sh
EXTRA_DIST += reports/1995.bus.3B.sum
EXTRA_DIST += reports/1995.doe3.3B.sum
EXTRA_DIST += reports/1995.mag.3B.sum
EXTRA_DIST += reports/1995.news.3B.sum
EXTRA_DIST += reports/2.03.summary
EXTRA_DIST += reports/2.04.summary

0 comments on commit 68c6b42

Please sign in to comment.