ibus-m17n/tests/smoke/runtest.sh
Petr Šabata 778d15273c RHEL 9.0.0 Alpha bootstrap
The content of this branch was automatically imported from Fedora ELN
with the following as its source:
https://src.fedoraproject.org/rpms/ibus-m17n#4cfbe5774145636e8572588362727b3fa538ba06
2020-10-15 13:32:28 +02:00

11 lines
195 B
Bash

#!/bin/bash
cd ../source
echo "---Start autogen.sh---"
NOCONFIGURE=1 ./autogen.sh
echo "---End autogen.sh---"
echo "--------------------"
./configure --disable-static --with-gtk=3.0
make check