Fix up readme
This commit is contained in:
24
README.rst
Normal file
24
README.rst
Normal file
@@ -0,0 +1,24 @@
|
||||
Compiling
|
||||
---------
|
||||
|
||||
1. Run 'make'
|
||||
|
||||
|
||||
Running Test Suite
|
||||
------------------
|
||||
|
||||
Either
|
||||
|
||||
1. make test
|
||||
|
||||
|
||||
Example Usage
|
||||
-------------
|
||||
|
||||
Use src/sqlite3_test.erl as an example.
|
||||
|
||||
|
||||
Authors
|
||||
-------
|
||||
|
||||
See ./AUTHORS
|
||||
33
Readme
33
Readme
@@ -1,33 +0,0 @@
|
||||
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
|
||||
Reference in New Issue
Block a user