Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
N
nofib
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
9
Issues
9
List
Boards
Labels
Service Desk
Milestones
Iterations
Merge Requests
1
Merge Requests
1
Requirements
Requirements
List
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Package Registry
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issue
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Glasgow Haskell Compiler
nofib
Commits
d0cb9c63
Commit
d0cb9c63
authored
Feb 06, 2013
by
tibbe
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Make runstdtest find generated fasta stdout files
parent
3f1d50e4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
0 deletions
+13
-0
shootout/fasta/Makefile
shootout/fasta/Makefile
+13
-0
No files found.
shootout/fasta/Makefile
View file @
d0cb9c63
...
...
@@ -33,6 +33,19 @@ fasta.slowstdout : fasta-c
STDOUT_FILES
=
fasta.faststdout fasta.stdout fasta.slowstdout
# Since the stdout files are created during the run the runstdtest
# script doesn't correctly pick them up, so we have to specify them
# explicitly here.
ifeq
"$(mode)" "slow"
SRC_RUNTEST_OPTS
+=
-o1
fasta.slowstdout
else
ifeq
"$(mode)" "fast"
SRC_RUNTEST_OPTS
+=
-o1
fasta.faststdout
else
SRC_RUNTEST_OPTS
+=
-o1
fasta.stdout
endif
endif
all boot
::
$(STDOUT_FILES)
include
$(TOP)/mk/target.mk
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment