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 b921e6a commit 9f8ffc2Copy full SHA for 9f8ffc2
Makefile
@@ -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