Browse Source

tests/loader.c: replace @top_srcdir@ in STARPU_CHECK_LAUNCHER

Nathalie Furmento 8 years ago
parent
commit
5004206e71
1 changed files with 1 additions and 0 deletions
  1. 1 0
      tests/loader.c

+ 1 - 0
tests/loader.c

@@ -297,6 +297,7 @@ int main(int argc, char *argv[])
 				strcpy(libtool, top_builddir);
 				strcat(libtool, "/libtool");
 
+				decode(&launcher, "@top_srcdir@", top_srcdir);
 				decode(&launcher_args, "@top_srcdir@", top_srcdir);
 
 				launcher_argv[0] = libtool;