Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
H
hpc
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Gergő Érdi
hpc
Commits
77f3886c
Commit
77f3886c
authored
15 years ago
by
Ian Lynagh
Browse files
Options
Downloads
Patches
Plain Diff
Tweak some hpc tests
parent
b54cbc48
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
tests/function/Makefile
+1
-1
1 addition, 1 deletion
tests/function/Makefile
tests/raytrace/Makefile
+1
-1
1 addition, 1 deletion
tests/raytrace/Makefile
tests/simple/Makefile
+1
-1
1 addition, 1 deletion
tests/simple/Makefile
with
3 additions
and
3 deletions
tests/function/Makefile
+
1
−
1
View file @
77f3886c
...
...
@@ -8,7 +8,7 @@ include $(TOP)/mk/test.mk
build-tix-tar
::
rm
-Rf
.hpc hpc001.o a.out
$(
T
OP
)
/../compiler/ghc-inplace
-fhpc
hpc001.hs
'
$(
T
EST_HC
)
'
-fhpc
hpc001.hs
./a.out
mv
a.out.tix hpc_sample.tix
tar
cf tixs.tar hpc_sample.tix .hpc
...
...
This diff is collapsed.
Click to expand it.
tests/raytrace/Makefile
+
1
−
1
View file @
77f3886c
...
...
@@ -4,7 +4,7 @@ include $(TOP)/mk/test.mk
build-tix-tar
::
rm
-Rf
.hpc
*
.o Main
$(
T
OP
)
/../compiler/ghc-inplace
-fhpc
--make
Main.hs
'
$(
T
EST_HC
)
'
-fhpc
--make
Main.hs
./Main
mv
Main.tix hpc_sample.tix
tar
cf tixs.tar hpc_sample.tix .hpc
...
...
This diff is collapsed.
Click to expand it.
tests/simple/Makefile
+
1
−
1
View file @
77f3886c
...
...
@@ -8,7 +8,7 @@ include $(TOP)/mk/test.mk
build-tix-tar
::
rm
-Rf
.hpc hpc001.o a.out
$(
T
OP
)
/../compiler/ghc-inplace
-fhpc
hpc001.hs
'
$(
T
EST_HC
)
'
-fhpc
hpc001.hs
./a.out
mv
a.out.tix hpc_sample.tix
tar
cf tixs.tar hpc_sample.tix .hpc
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment