xxhash/tests/nulltest.sh
Vladis Dronov a0407b7659 Bring tests/ over from Brew dist-git
Signed-off-by: Vladis Dronov <vdronov@redhat.com>
2023-03-23 12:22:05 +01: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