34 lines
469 B
Plaintext
34 lines
469 B
Plaintext
Compiling
|
|
---------
|
|
|
|
1. Run './configure'
|
|
|
|
2. Run 'make'
|
|
|
|
3. Run 'make static' for dialyzer
|
|
|
|
|
|
Running Test Suite
|
|
------------------
|
|
|
|
Either
|
|
|
|
1. Run ./test.erl
|
|
|
|
or
|
|
|
|
2. $ROOT refers to the parent directory for erlang-sqlite3.
|
|
|
|
3. Run erl -pa $ROOT/priv -pa $ROOT/ebin.
|
|
|
|
4. ct:run("src").
|
|
|
|
|
|
Example Usage
|
|
-------------
|
|
|
|
Use src/test/sqlite_test_SUITE.erl as an example for your own usage. Look at both init_per_testcase and create_table.
|
|
|
|
|
|
Author: tty.erlang@gmail.com
|