cscope/tests/smoke/runtest.sh
Vladis Dronov 03285bf5a3 Bring tests/ over from Brew dist-git
Signed-off-by: Vladis Dronov <vdronov@redhat.com>
2023-03-23 12:48:23 +01:00

9 lines
139 B
Bash
Executable File

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