From d23562a939cf457418f9f678593f4a64069c3826 Mon Sep 17 00:00:00 2001 From: Matthias Gliwka Date: Thu, 7 Dec 2023 16:44:34 +0200 Subject: [PATCH] run unit tests --- build.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/build.sh b/build.sh index 5b61088..503be9c 100755 --- a/build.sh +++ b/build.sh @@ -92,9 +92,7 @@ windows-x86_64) ls -la make -j $THREADS make install/strip - ls bin - ls ../bin - ../bin/unit-hyperscan.exe + ./bin/unit-hyperscan ;; linux-x86_64) cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX="$(pwd)/.." -DCMAKE_INSTALL_LIBDIR="lib" -DPCRE_SOURCE="." -DFAT_RUNTIME=on -DBUILD_SHARED_LIBS=on -DBUILD_AVX2=yes -DBUILD_AVX512=yes -DBUILD_AVX512VBMI=yes .