소스 검색

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

Nathalie Furmento 9 년 전
부모
커밋
5004206e71
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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;