futriix/build_test.sh

22 lines
367 B
Bash
Raw Normal View History

2022-04-22 12:08:39 -06:00
# make the build
2022-04-22 16:46:41 -06:00
git submodule init && git submodule update
2022-04-22 12:08:39 -06:00
make BUILD_TLS=yes -j2 KEYDB_CFLAGS='-Werror' KEYDB_CXXFLAGS='-Werror'
# gen-cert
./utils/gen-test-certs.sh
# test-tls
./runtest --clients 2 --verbose --tls
# cluster-test
./runtest-cluster --tls
# sentinel test
./runtest-sentinel
# module tests
./runtest-moduleapi
# rotation test
./runtest-rotation