Bring tests/ over from Brew dist-git
Signed-off-by: Vladis Dronov <vdronov@redhat.com>
This commit is contained in:
parent
657bbd82cb
commit
a0407b7659
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
||||
/xxhash-0.8.1.tar.gz
|
||||
/xxhash-*.tar.gz
|
||||
|
6
tests/nulltest.sh
Executable file
6
tests/nulltest.sh
Executable 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
10
tests/tests.yml
Normal file
@ -0,0 +1,10 @@
|
||||
---
|
||||
- hosts: localhost
|
||||
roles:
|
||||
- role: standard-test-basic
|
||||
tags:
|
||||
- classic
|
||||
tests:
|
||||
- nulltest:
|
||||
dir: .
|
||||
run: nulltest.sh
|
Loading…
Reference in New Issue
Block a user