3f2ea22ca3426bcb2a9ddc4528e1eb65b4c240d8
…
…
…
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
Description
Languages
C
98.4%
Erlang
1.5%