cscope/tests/smoke/runtest.sh
Vladis Dronov 9ae0d6e181 Add self-tests and an OSCI harness
Resolves: RHEL-30639

Signed-off-by: Vladis Dronov <vdronov@redhat.com>
2024-04-01 13:03:52 +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