renaming to sqlite3

This commit is contained in:
Max Lapshin
2009-10-13 00:35:27 +04:00
parent 247d23002d
commit eb221011fc
9 changed files with 56 additions and 60 deletions

View File

@@ -1,5 +1,5 @@
#!/usr/bin/env escript
%%! -smp enable -pa ebin
%%! -smp enable -pa ebin -name testsqlite3
main(_) ->
sqlite3_store:start_link().
ct:run("src").