Skip to content
Snippets Groups Projects
Commit da2924a3 authored by Andre Maroneze's avatar Andre Maroneze Committed by Patrick Baudin
Browse files

[tests] dune: fix test directory 'builtins'

parent 1cbfa687
No related branches found
No related tags found
No related merge requests found
......@@ -10,7 +10,7 @@ let foo () =
if Project.get_name (Project.current ()) <> "prj" then begin
let prj = Project.create "prj" in
let () = Project.set_current prj in
let f = Filepath.Normalized.of_string (ptest_file "tests/builtins/" "big_local_array.i") in
let f = Filepath.Normalized.of_string (ptest_file "" "big_local_array.i") in
File.init_from_c_files [File.from_filename f]
end
......
/* run.config*
OPT: -cpp-extra-args=-I@PTEST_SHARE_DIR@ @EVA_CONFIG@ -eva-alloc-builtin fresh -deps
OPT: -cpp-extra-args=-I@FRAMAC_SHARE@ @EVA_CONFIG@ -eva-alloc-builtin fresh -deps
*/
#include "libc/stdlib.c"
......
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