#3 Add tests
Merged 5 years ago by tstellar. Opened 5 years ago by tstellar.
rpms/ tstellar/python-lit tests  into  master

file added
+21
@@ -0,0 +1,21 @@ 

+ - hosts: localhost

+   roles:

+   - role: standard-test-basic

+     tags:

+       - classic

+     required_packages:

+       - python3-lit

+     tests:

+       - lit:

+           dir: ./

+           run: lit --version

+ 

+ - hosts: localhost

+   roles:

+   - role: standard-test-basic

+     tags:

+       - classic

+     tests:

+       - lit:

+           dir: ./

+           run: ! lit --version