Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
mu-impl-fast
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
40
Issues
40
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
mu
mu-impl-fast
Commits
7a8f7b45
Commit
7a8f7b45
authored
Nov 08, 2016
by
John Zhang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
use environment variable for CC
parent
45882207
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
tests/test_jit/test_milestones.py
tests/test_jit/test_milestones.py
+1
-1
No files found.
tests/test_jit/test_milestones.py
View file @
7a8f7b45
...
...
@@ -6,7 +6,7 @@ import os, sys
import
ctypes
import
py
CC
=
'clang'
CC
=
os
.
environ
.
get
(
'CC'
,
'clang'
)
proj_dir
=
py
.
path
.
local
(
__file__
).
join
(
'..'
,
'..'
,
'..'
)
test_jit_dir
=
proj_dir
.
join
(
'tests'
,
'test_jit'
)
testsuite_dir
=
test_jit_dir
.
join
(
'suite'
)
...
...
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