File: dotest

package info (click to toggle)
pax-utils 1.3.10-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 872 kB
  • sloc: ansic: 10,030; python: 687; sh: 444; makefile: 13
file content (14 lines) | stat: -rwxr-xr-x 259 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/bin/bash

. "${0%/*}"/../lib.sh

#
# simple scanelf symbol checks
#
${MESON_EXE_WRAPPER} "${builddir}/scanelf" -qsmain -F'%s %f' \
	"${builddir}"/scanelf > "${builddir}"/scanelf.simple
testit scanelf.simple tests/scanelf/scanelf.simple.good



exit ${ret}