Skip to content

Commit a462da1

Browse files
committed
make test sqlite-js function
1 parent 795db33 commit a462da1

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
@@ -100,7 +100,7 @@ endif
100100

101101
# Testing the extension
102102
test: $(TARGET)
103-
sqlite3 ":memory:" -cmd ".bail on" ".load ./$(TARGET)" "SELECT 1;"
103+
sqlite3 ":memory:" -cmd ".bail on" ".load ./$(TARGET)" "SELECT js_eval('console.log(\"hello, world\nToday is\", new Date().toLocaleDateString())');"
104104

105105
# Help message
106106
help:

0 commit comments

Comments
 (0)