003 File Manager
Current Path:
/usr/src/tools/tools/shlib-compat/test
usr
/
src
/
tools
/
tools
/
shlib-compat
/
test
/
📁
..
📄
Makefile
(1.01 KB)
📄
Makefile.inc
(192 B)
📄
Versions.def
(83 B)
📁
libtest1
📁
libtest2
📁
libtest3
📁
libtestsys
📄
regress.1-1.out
(266 B)
📄
regress.1-2.out
(344 B)
📄
regress.1-3.out
(269 B)
📄
regress.2-1.out
(344 B)
📄
regress.2-2.out
(320 B)
📄
regress.2-3.out
(347 B)
📄
regress.3-1.out
(269 B)
📄
regress.3-2.out
(347 B)
📄
regress.3-3.out
(266 B)
📄
regress.m4
(2.05 KB)
📄
regress.sh
(481 B)
📄
regress.t
(70 B)
Editing: regress.sh
#!/bin/sh # $FreeBSD$ run() { ../shlib-compat.py --no-dump -vv libtest$1/libtest$1.so.0.full libtest$2/libtest$2.so.0.full; } echo 1..9 REGRESSION_START($1) REGRESSION_TEST(`1-1', `run 1 1') REGRESSION_TEST(`1-2', `run 1 2') REGRESSION_TEST(`1-3', `run 1 3') REGRESSION_TEST(`2-1', `run 2 1') REGRESSION_TEST(`2-2', `run 2 2') REGRESSION_TEST(`2-3', `run 2 3') REGRESSION_TEST(`3-1', `run 3 1') REGRESSION_TEST(`3-2', `run 3 2') REGRESSION_TEST(`3-3', `run 3 3') REGRESSION_END()
Upload File
Create Folder