Skip to content
Snippets Groups Projects
Commit 3a648312 authored by Patrick Baudin's avatar Patrick Baudin
Browse files

[tests] adds use of dune dependency for fowrward compatibility

parent e09bd822
No related branches found
No related tags found
No related merge requests found
/* run.config
COMMENT: with dune, the LIBS directive must be replaced by a MODULE directive (see also ./test_config file)
LIBS: global_decl_loc
OPT: @PTEST_DIR@/global_decl_loc2.i
OPT: %{dep:@PTEST_DIR@/global_decl_loc2.i}
*/
int g;
/* run.config*
COMMENT: with dune, the LIBS directive must be replaced by a MODULE directive (see also ./test_config file)
LIBS: global_decl_loc
DEPS: @PTEST_DIR@/global_decl_loc.i
OPT: @PTEST_DIR@/global_decl_loc.i
*/
extern int 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