libuninameslist/tests/smoke/runtest.sh
Parag Nemade 94154302a8
Added CI tests script
Signed-off-by: Parag Nemade <pnemade@fedoraproject.org>
2020-04-30 21:21:45 +05:30

6 lines
90 B
Bash

#!/bin/bash
cd ../source
autoreconf -i
automake --foreign -Wall
./configure && make check