xxhash/tests/nulltest.sh

7 lines
137 B
Bash
Raw Normal View History

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