diff --git a/tests/smoke/runtest.sh b/tests/smoke/runtest.sh new file mode 100644 index 0000000..66e5d9d --- /dev/null +++ b/tests/smoke/runtest.sh @@ -0,0 +1,5 @@ +#!/bin/bash +cd ../source +autoreconf -i +automake --foreign -Wall +./configure && make check diff --git a/tests/tests.yml b/tests/tests.yml new file mode 100644 index 0000000..1fb904a --- /dev/null +++ b/tests/tests.yml @@ -0,0 +1,22 @@ +--- +- hosts: localhost + tags: + - classic + roles: + - role: standard-test-source + +- hosts: localhost + tags: + - classic + roles: + - role: standard-test-basic + tests: + - smoke + required_packages: + - autoconf + - automake + - libtool + - m4 + - gcc + - sed + - make