Skip to content
Snippets Groups Projects
Commit 94a9eddf authored by Pierre Loic Garoche's avatar Pierre Loic Garoche
Browse files

Put back the test path

parents e0523910 ed736b69
No related branches found
No related tags found
No related merge requests found
......@@ -85,6 +85,8 @@ let compile_source_to_header prog computed_types_env computed_clocks_env dirname
end
end
(* compile a .lus source file *)
let rec compile_source dirname basename extension =
......
......@@ -5,8 +5,8 @@ eval set -- $(getopt -n $0 -o "-aciwvh:" -- "$@")
declare c i w h a v
declare -a files
SRC_PREFIX="../.."
#SRC_PREFIX=`svn info --xml | grep wcroot | sed "s/<[^>]*>//g"`/lustre_compiler
#SRC_PREFIX="../.."
SRC_PREFIX=`svn info --xml | grep wcroot | sed "s/<[^>]*>//g"`/lustre_compiler
NOW=`date "+%y%m%d%H%M"`
report=`pwd`/report-$NOW
#LUSTREC="../../_build/src/lustrec"
......
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