Skip to content

Commit 3fb76f3

Browse files
committed
fix testing instructions to add settings required for new tests
1 parent a5374d8 commit 3fb76f3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,11 @@ The full SQLite test suite will not complete successfully when using SQLCipher.
6262

6363
As a result, the SQLCipher package includes it's own independent tests that exercise and verify the core functionality of the SQLCipher extensions. This test suite is intended to provide an abbreviated verification of SQLCipher's internal logic; it does not perform an exhaustive test of the SQLite database system as a whole or verify functionality on specific platforms. Because SQLCipher is based on stable upstream builds of SQLite, it is consider a basic assumption that the core SQLite library code is operating properly (the SQLite core is almost untouched in SQLCipher). Thus, the additional SQLCipher-specific test provide the requisite verification that the library is operating as expected with SQLCipher's security features enabled.
6464

65-
To run SQLCipher specific tests, configure as described above and run the following to execute the tests and recieve a report of the results:
65+
To run SQLCipher specific tests, configure as described here and run the following to execute the tests and recieve a report of the results:
6666

6767
```
68+
$ ./configure --enable-tempstore=yes --enable-fts CFLAGS="-DSQLITE_HAS_CODEC -DSQLCIPHER_TEST" \
69+
LDFLAGS="-lcrypto"
6870
$ make testfixture
6971
$ ./testfixture test/sqlcipher.test
7072
```

0 commit comments

Comments
 (0)