15c2a7b998
Resolves: RHEL-61409
Signed-off-by: Johnny Hughes <jhughes@redhat.com>
(cherry picked from commit f508ed8214
)
7 lines
137 B
Bash
Executable File
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
|