Skip to content
Snippets Groups Projects
Commit 7202c489 authored by Andre Maroneze's avatar Andre Maroneze Committed by Virgile Prevosto
Browse files

avoid issues when running tests via a symbolic link

parent 414a4e43
No related branches found
No related tags found
No related merge requests found
......@@ -4,4 +4,4 @@ MACRO: CXX -cxx-c++stdlib-path share/libc++ -cxx-clang-command="bin/framaCIRGen"
MACRO: EVA -eva -eva-msg-key=-summary
MACRO: WP -wp -wp-par 1 -wp-session tests/wp-cache -wp-cache update -wp-msg-key shell
OPT: @MACHDEP@ -print -check @CXX@
FILTER:sed -e "s|${FRAMAC_SHARE}|FRAMAC_SHARE|g" -e "s|$(pwd)/||g"
FILTER:sed -e "s|${FRAMAC_SHARE}|FRAMAC_SHARE|g" -e "s|$(pwd -P)/||g"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment