Explorar el Código

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

Nathalie Furmento hace 9 años
padre
commit
5004206e71
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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;