xxhash/tests/nulltest.sh
Vladis Dronov b2c05da946 Add self-tests and an OSCI harness
Resolves: RHEL-20173

Signed-off-by: Vladis Dronov <vdronov@redhat.com>
2024-06-26 20:14:36 +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