File tree 2 files changed +5
-2
lines changed
2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -11,9 +11,10 @@ swift-project.
11
11
12
12
Run the tests using:
13
13
14
- sh ./litTest -sv --param package-path=/path/to/downloadable-package .
14
+ sh ./litTest -sv --param package-path=/path/to/downloadable-package --param llvm-bin-dir=/usr/bin .
15
15
16
- where the path is the unarchived package root path.
16
+ where the first path is the unarchived package root path and the second has LLVM
17
+ utilities like ` FileCheck ` .
17
18
18
19
Tests
19
20
-----
Original file line number Diff line number Diff line change 42
42
#
43
43
# RUN: find %{package_path} -name "lib*\.so" | xargs %{readelf} -d | %{FileCheck} --check-prefix CHECK-LIB %s
44
44
# CHECK-LIB-NOT: {{.*}} {{\(RPATH\)|\(RUNPATH\)}} {{.*}}/home/
45
+ # CHECK-LIB-NOT: {{.*}} {{\(RPATH\)|\(RUNPATH\)}} {{.*}}/opt/
45
46
#
46
47
# RUN: find %{package_path}/usr/bin -type f | grep -Ev "\.py|\.txt|\.sh|\.cfg" | xargs %{readelf} -d | %{FileCheck} --check-prefix CHECK-BIN %s
47
48
# CHECK-BIN-NOT: {{.*}} {{\(RPATH\)|\(RUNPATH\)}} {{.*}}/home/
49
+ # CHECK-BIN-NOT: {{.*}} {{\(RPATH\)|\(RUNPATH\)}} {{.*}}/opt/
You can’t perform that action at this time.
0 commit comments