Try to fix intermittent test failure (library not yet built)

git-svn-id: http://root.cern.ch/svn/root/trunk@46730 27541ba8-7e3a-0410-8455-c3a389f83636
This commit is contained in:
Axel Naumann 2012-10-23 07:25:45 +00:00
parent 314d9a362c
commit 835bb9fa1c

View File

@ -1,5 +1,4 @@
// RUN: clang -shared %S/call_lib.c -olibcall_lib%shlibext
// RUN: cat %s | %cling | FileCheck %s
// RUN: clang -shared %S/call_lib.c -olibcall_lib%shlibext && cat %s | %cling | FileCheck %s
.L libcall_lib
extern "C" int cling_testlibrary_function();