Skip to content

Commit

Permalink
Do LOAD_TESTS
Browse files Browse the repository at this point in the history
  • Loading branch information
carlopi committed Sep 11, 2024
1 parent 50a4317 commit ccd7929
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
6 changes: 0 additions & 6 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,6 @@ release_r: release
debug_python: debug
release_python: release

# Main tests
test: test_release

test_release: release
build/release/test/unittest "$(PROJ_DIR)test/*"

test_debug: debug
build/debug/test/unittest "$(PROJ_DIR)test/*"

Expand Down
1 change: 1 addition & 0 deletions extension_config.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@
duckdb_extension_load(substrait
SOURCE_DIR ${CMAKE_CURRENT_LIST_DIR}
INCLUDE_DIR ${CMAKE_CURRENT_LIST_DIR}/src/include
LOAD_TESTS
)

0 comments on commit ccd7929

Please sign in to comment.