xxhash/tests/nulltest.sh
Johnny Hughes f508ed8214 restore xxhash in Stream 10 for CS-2643, back to commit b2c05da
Signed-off-by: Johnny Hughes <jhughes@redhat.com>
2024-12-02 10:53:25 -06: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