Bring tests/ over from Brew dist-git

Signed-off-by: Vladis Dronov <vdronov@redhat.com>
This commit is contained in:
Vladis Dronov 2023-03-23 12:22:05 +01:00
parent 657bbd82cb
commit a0407b7659
3 changed files with 17 additions and 1 deletions

2
.gitignore vendored
View File

@ -1 +1 @@
/xxhash-0.8.1.tar.gz
/xxhash-*.tar.gz

6
tests/nulltest.sh Executable file
View File

@ -0,0 +1,6 @@
#!/bin/bash
# xxhash runs tests at build stage. if tests fail a build fails. no need to duplicate.
echo XXHASH nulltest is PASS
exit 0

10
tests/tests.yml Normal file
View File

@ -0,0 +1,10 @@
---
- hosts: localhost
roles:
- role: standard-test-basic
tags:
- classic
tests:
- nulltest:
dir: .
run: nulltest.sh