Move install-lazperf script to tools dir

This commit is contained in:
Blottiere Paul 2022-02-08 09:33:14 +01:00
parent 8c018c283c
commit bba4f0a01b
4 changed files with 4 additions and 4 deletions

View File

@ -2,9 +2,9 @@
set -e
./tools/build-install.sh
sh .install-lazperf.sh
./tools/build-install.sh --with-lazperf=/usr/local
sh ./tools/build_install.sh
sh ./tools/install_lazperf.sh
sh ./tools/build_install.sh --with-lazperf=/usr/local
make check
./tools/valgrind.sh
sh ./tools/valgrind.sh
make installcheck

0
tools/build-install.sh → tools/build_install.sh Executable file → Normal file
View File

0
tools/valgrind.sh Executable file → Normal file
View File