Skip to content
Snippets Groups Projects
Commit 261b09bb authored by Andre Maroneze's avatar Andre Maroneze
Browse files

[tests] dune: fix test directory 'builtins'

parent a7375cf0
No related branches found
No related tags found
No related merge requests found
...@@ -10,7 +10,7 @@ let foo () = ...@@ -10,7 +10,7 @@ let foo () =
if Project.get_name (Project.current ()) <> "prj" then begin if Project.get_name (Project.current ()) <> "prj" then begin
let prj = Project.create "prj" in let prj = Project.create "prj" in
let () = Project.set_current 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] File.init_from_c_files [File.from_filename f]
end end
......
/* run.config* /* 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" #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