We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50a4317 commit ccd7929Copy full SHA for ccd7929
Makefile
@@ -36,12 +36,6 @@ release_r: release
36
debug_python: debug
37
release_python: release
38
39
-# Main tests
40
-test: test_release
41
-
42
-test_release: release
43
- build/release/test/unittest "$(PROJ_DIR)test/*"
44
45
test_debug: debug
46
build/debug/test/unittest "$(PROJ_DIR)test/*"
47
extension_config.cmake
@@ -4,4 +4,5 @@
4
duckdb_extension_load(substrait
5
SOURCE_DIR ${CMAKE_CURRENT_LIST_DIR}
6
INCLUDE_DIR ${CMAKE_CURRENT_LIST_DIR}/src/include
7
+ LOAD_TESTS
8
)
0 commit comments