xxhash/tests/nulltest.sh
Johnny Hughes 15c2a7b998 restore xxhash in Stream 10 for CS-2643, back to commit b2c05da
Resolves: RHEL-61409

Signed-off-by: Johnny Hughes <jhughes@redhat.com>
(cherry picked from commit f508ed8214)
2024-12-09 21:30:21 -05: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