Skip to content

Commit ccd7929

Browse files
committed
Do LOAD_TESTS
1 parent 50a4317 commit ccd7929

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

Makefile

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,6 @@ release_r: release
3636
debug_python: debug
3737
release_python: release
3838

39-
# Main tests
40-
test: test_release
41-
42-
test_release: release
43-
build/release/test/unittest "$(PROJ_DIR)test/*"
44-
4539
test_debug: debug
4640
build/debug/test/unittest "$(PROJ_DIR)test/*"
4741

extension_config.cmake

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,5 @@
44
duckdb_extension_load(substrait
55
SOURCE_DIR ${CMAKE_CURRENT_LIST_DIR}
66
INCLUDE_DIR ${CMAKE_CURRENT_LIST_DIR}/src/include
7+
LOAD_TESTS
78
)

0 commit comments

Comments
 (0)