1c342db35SBrad Bishop#!/bin/sh
2c342db35SBrad Bishop#
3c342db35SBrad Bishop#This script is used to run elfutils test suites
4c342db35SBrad Bishopcd tests
5c342db35SBrad Bishop
6*90fd73cbSAndrew Geisslermake -k installcheck-local CC=gcc abs_srcdir=$PWD abs_builddir=$PWD srcdir=$PWD top_srcdir=$PWD/../ abs_top_builddir=$PWD/../ elfutils_testrun=installed elfutils_tests_rpath=no program_transform_name=s,^,eu-,
7