Skip to content

Commit 68c6b42

Browse files
authored
modify to avoid line continuations
1 parent 7a9fef9 commit 68c6b42

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

unlvtests/Makefile.am

+11-11
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11

2-
EXTRA_DIST = README.md \
3-
counttestset.sh \
4-
reorgdata.sh \
5-
runalltests.sh \
6-
runtestset.sh \
7-
reports/1995.bus.3B.sum \
8-
reports/1995.doe3.3B.sum \
9-
reports/1995.mag.3B.sum \
10-
reports/1995.news.3B.sum \
11-
reports/2.03.summary \
12-
reports/2.04.summary
2+
EXTRA_DIST = README.md
3+
EXTRA_DIST += counttestset.sh
4+
EXTRA_DIST += reorgdata.sh
5+
EXTRA_DIST += runalltests.sh
6+
EXTRA_DIST += runtestset.sh
7+
EXTRA_DIST += reports/1995.bus.3B.sum
8+
EXTRA_DIST += reports/1995.doe3.3B.sum
9+
EXTRA_DIST += reports/1995.mag.3B.sum
10+
EXTRA_DIST += reports/1995.news.3B.sum
11+
EXTRA_DIST += reports/2.03.summary
12+
EXTRA_DIST += reports/2.04.summary

0 commit comments

Comments
 (0)