Skip to content

Commit 9f8ffc2

Browse files
committed
add Makefile
Change-Id: Iff29c42a440c89b0f19e80138792d62948173a6b
1 parent b921e6a commit 9f8ffc2

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

Makefile

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
.EXPORT_ALL_VARIABLES:
2+
3+
# In order to use buildtime_bindgen
4+
# you need to build duckdb locally and export the envs
5+
LD_LIBRARY_PATH = /Users/wangfenjin/duckdb:$LD_LIBRARY_PATH
6+
DUCKDB_LIB_DIR = /Users/wangfenjin/duckdb
7+
DUCKDB_INCLUDE_DIR = /Users/wangfenjin/duckdb
8+
9+
all:
10+
cargo test --features buildtime_bindgen -- --nocapture
11+
cargo clippy --all-targets --workspace --features buildtime_bindgen -- -D warnings -A clippy::redundant-closure

0 commit comments

Comments
 (0)