Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Christian Dietrich
clang-hash
Commits
cba9f9fe
Commit
cba9f9fe
authored
Mar 17, 2016
by
Christian Dietrich
Browse files
run-test: fix path of clang-hash
parent
940933c1
Changes
1
Hide whitespace changes
Inline
Side-by-side
test/run-tests
View file @
cba9f9fe
...
...
@@ -15,7 +15,7 @@ testcase_pattern = "*.c"
default_path
=
".."
default_compile_command
=
"clang"
default_compile_flags
=
"-Wall"
default_hash_command
=
os
.
path
.
join
(
os
.
path
.
dirname
(
__file__
),
"../build/clang-hash"
)
default_hash_command
=
os
.
path
.
join
(
os
.
path
.
dirname
(
__file__
),
"../build/
wrappers/
clang-hash"
)
LOGLEVEL
=
1
LOGLEVEL_DEBUG
=
2
...
...
Write
Preview
Supports
Markdown
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