How to build
Last updated
Last updated
--recurse-submodules
is need because BlockDuck has two submodules.
Currently, BlockDuck have only one dependency which is openssl
. And we use to manage this dependency. You can run the following cmds to install and enable VCPKG
.
Then we can use make
to build the extension:
The BlockDuck extension binary will be:
In BlockDuck, there are three types of test cases:
Sqllogictest
run sqllogictest:
UnitTest
build and run unittest:
CorrectnessTest
Run all tests
Run tests by filter