-
Notifications
You must be signed in to change notification settings - Fork 9.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1645 from Shreeshrii/unlvtests
reformat EXTRA_DIST in makefile
- Loading branch information
Showing
2 changed files
with
11 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,12 @@ | ||
|
||
EXTRA_DIST = README 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 |
File renamed without changes.