This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
Tee Teoh (author)
Sat Oct 18 20:55:41 -0700 2008
Readme
Compiling
---------
1. Modify Makefile as needed.
2. Run 'make'
3. Run 'make static' for dialyzer
Running Test Suite
------------------
$ROOT refers to the parent directory for sqlite-1.0.0
1. Add $ROOT/sqlite-1.0.0/priv in your path.
2. erl -pa $ROOT/sqlite-1.0.0/ebin
3. ct:run("src").
Example Usage
-------------
Use sqlite-1.0.0/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








