Skip to content

Commit

Permalink
Add basic test on version being there (when not linked in)
Browse files Browse the repository at this point in the history
  • Loading branch information
carlopi committed May 11, 2024
1 parent c8c007f commit 32ea319
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions test/sql/base/version.test
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
require-env LOCAL_EXTENSION_REPO

require vss

query I
SELECT count(*) FROM duckdb_extensions() WHERE extension_name == 'vss' AND extension_version IS NOT NULL AND extension_version != '';
----
1

0 comments on commit 32ea319

Please sign in to comment.