Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
mu-impl-fast
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
40
Issues
40
List
Board
Labels
Milestones
Merge Requests
1
Merge Requests
1
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
mu
mu-impl-fast
Commits
a275ba0f
Commit
a275ba0f
authored
Nov 25, 2019
by
Isaac
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Now pytest should work regardless of current working directory?
parent
1866b885
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
init_test_env.sh
init_test_env.sh
+1
-1
No files found.
init_test_env.sh
View file @
a275ba0f
...
...
@@ -20,7 +20,7 @@ else
source
$CARGO_HOME
/env
# Set up $PATH appropriately
export
LD_LIBRARY_PATH
=
$(
echo
$LD_LIBRARY_PATH
|
sed
's!/mu-impl-fast/target/[^/]*/deps/!/REMOVED/!g'
)
# Delete any existing zebu's (so they don't accidently get used)
export
LD_LIBRARY_PATH
=
$MU_ZEBU
/emit:
$MU_ZEBU
/target/
$ZEBU_BUILD
/deps/:
$CI_HOME
/antlr4/usr/local/lib:
$LD_LIBRARY_PATH
export
LD_LIBRARY_PATH
=
.
/emit:
$MU_ZEBU
/target/
$ZEBU_BUILD
/deps/:
$CI_HOME
/antlr4/usr/local/lib:
$LD_LIBRARY_PATH
export
CC
=
clang
export
CXX
=
clang++
...
...
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