xxhash/tests/nulltest.sh
Vladis Dronov ae22d234ed Fix broken sotf-links for manpages
This is upstream commit 836f4e735cf3 ("fix man page installation").
Also add OSCI testing harness.

Resolves: rhbz#2095255

Signed-off-by: Vladis Dronov <vdronov@redhat.com>
2022-07-18 14:32:15 +02:00

7 lines
137 B
Bash
Executable File

#!/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