cscope/tests/smoke/runtest.sh
Vladis Dronov 2c56e0d581 Add distrubution patches and self-tests
Add distrubution patches which were not upstreamed.
Add self-tests and an OSCI harness.

Resolves: bz2072635
2022-04-12 18:24:20 +02: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