2024-12-30 20:49:28 +01:00
|
|
|
From: Bruno Pitrus <brunopitrus@hotmail.com>
|
|
|
|
Date: 2024-05-05 19:35:03+0000
|
|
|
|
|
2024-12-30 21:01:13 +01:00
|
|
|
---
|
|
|
|
Makefile | 4 ++--
|
|
|
|
1 file changed, 2 insertions(+), 2 deletions(-)
|
|
|
|
|
|
|
|
Index: xxHash-0.8.3/Makefile
|
|
|
|
===================================================================
|
|
|
|
--- xxHash-0.8.3.orig/Makefile
|
|
|
|
+++ xxHash-0.8.3/Makefile
|
|
|
|
@@ -483,8 +483,8 @@ test-all: test test32 test-unicode clang
|
2024-12-30 20:49:28 +01:00
|
|
|
|
|
|
|
.PHONY: test-tools
|
|
|
|
test-tools:
|
|
|
|
- CFLAGS=-Werror $(MAKE) -C tests/bench
|
2024-12-30 21:01:13 +01:00
|
|
|
- CFLAGS=-Werror $(MAKE) -C tests/collisions check
|
2024-12-30 20:49:28 +01:00
|
|
|
+ $(MAKE) -C tests/bench
|
2024-12-30 21:01:13 +01:00
|
|
|
+ $(MAKE) -C tests/collisions check
|
2024-12-30 20:49:28 +01:00
|
|
|
|
|
|
|
.PHONY: test-xxh-nnn-sums
|
|
|
|
test-xxh-nnn-sums: xxhsum_and_links
|