duckdb-secp256k1-extension/test
2025-09-17 16:38:27 +02:00
..
sql add single call scan_silent_payments function 2025-09-17 16:38:27 +02:00
README.md add initial functions 2025-08-13 13:37:16 +02:00

Testing this extension

This directory contains all the tests for this extension. The sql directory holds tests that are written as SQLLogicTests. DuckDB aims to have most its tests in this format as SQL statements, so for the secp256k1 extension, this should probably be the goal too.

The root makefile contains targets to build and run all of these tests. To run the SQLLogicTests:

make test

or

make test_debug