Initial commit
This commit is contained in:
commit
b10e7b0f5d
22 changed files with 1153 additions and 0 deletions
9
debian/tests/basic.in
vendored
Normal file
9
debian/tests/basic.in
vendored
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
#!/bin/sh
|
||||
set -eux
|
||||
|
||||
# Sanity: modules must be loaded and report info
|
||||
${PHP_BIN} --ri sqlite3
|
||||
${PHP_BIN} --ri pdo_sqlite
|
||||
|
||||
# Write an encrypted DB
|
||||
${PHP_BIN} ${DOC_DIR}/examples/test_sqlcipher.php
|
||||
3
debian/tests/control.in
vendored
Normal file
3
debian/tests/control.in
vendored
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
Tests: basic
|
||||
Depends: @, ${PHP_BIN}-cli
|
||||
Restrictions: allow-stderr
|
||||
Loading…
Add table
Add a link
Reference in a new issue