Make test more verbose; fix directory for library.

git-svn-id: http://root.cern.ch/svn/root/trunk@47430 27541ba8-7e3a-0410-8455-c3a389f83636
This commit is contained in:
Axel Naumann 2012-11-19 10:59:40 +00:00
parent 26f3d7cf75
commit 1546d01ca3

View File

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