cscope/tests/smoke/runtest.sh

9 lines
139 B
Bash
Raw Normal View History

#!/bin/bash
cd ../source
aclocal
autoheader
autoconf
automake --add-missing
export CSCOPE_BINARY=/usr/bin/cscope
./configure && make check