Skip to content

Commit 39a5117

Browse files
committed
Add tpcds as build (=test) time dependency
1 parent af23685 commit 39a5117

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ all: release
66
EXT_NAME=substrait
77
EXT_CONFIG=${PROJ_DIR}extension_config.cmake
88

9-
CORE_EXTENSIONS='tpch;json'
9+
CORE_EXTENSIONS='tpch;tpcds;json'
1010

1111
# Set this flag during building to enable the benchmark runner
1212
ifeq (${BUILD_BENCHMARK}, 1)

0 commit comments

Comments
 (0)