#!/bin/sh

# Workaround to allow us to test older binary packages.
touch -d @0 stap

./configure --prefix=/usr
make installcheck
cat testsuite/systemtap.sum
