Files
duckdb-ui/test
Yves 944a173745 UI
2025-02-17 13:11:13 +01:00
..
UI
2025-02-17 13:11:13 +01:00
2025-02-17 13:10:18 +01: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 quack 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