Skip to content

Commit

Permalink
run unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
gliwka committed Dec 7, 2023
1 parent febf3b2 commit d23562a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 .
Expand Down

0 comments on commit d23562a

Please sign in to comment.