diff --git a/.gitignore b/.gitignore index 2bb6c55..0976bb5 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,16 @@ -SOURCES/libeasyfc-0.14.0.tar.bz2 +/libeasyfc-0.1.tar.bz2 +/libeasyfc-0.2.tar.bz2 +/libeasyfc-0.3.tar.bz2 +/libeasyfc-0.4.tar.bz2 +/libeasyfc-0.5.tar.bz2 +/libeasyfc-0.6.tar.bz2 +/libeasyfc-0.7.tar.bz2 +/libeasyfc-0.8.tar.bz2 +/libeasyfc-0.9.tar.bz2 +/libeasyfc-0.10.tar.bz2 +/libeasyfc-0.11.tar.bz2 +/libeasyfc-0.12.tar.bz2 +/libeasyfc-0.12.1.tar.bz2 +/libeasyfc-0.13.0.tar.bz2 +/libeasyfc-0.13.1.tar.bz2 /libeasyfc-0.14.0.tar.bz2 diff --git a/tests/tests.yml b/tests/tests.yml new file mode 100644 index 0000000..944e258 --- /dev/null +++ b/tests/tests.yml @@ -0,0 +1,19 @@ +- hosts: localhost + become: yes + tags: + - classic + roles: + - role: standard-test-source + - role: standard-test-basic + required_packages: + - libeasyfc-gobject + - fontconfig + - python3 + - python3-gobject + tests: + - patch: + dir: "./source/tests" + run: "sed -e 's/0.12/0.14/g' ezfc-tool.py > ezfc-tool14.py" + - simple_test: + dir: "./source/tests" + run: "python3 ./ezfc-tool14.py --help"