First test case

This commit is contained in:
Maas-Maarten Zeeman
2011-10-13 21:40:24 +02:00
parent e7cab83784
commit 6fbb1cad4e
3 changed files with 34 additions and 6 deletions

10
test/esqlite_test.erl Normal file
View File

@@ -0,0 +1,10 @@
%%
%% Test suite for esqlite.
%%
-module(esqlite_test).
-include_lib("eunit/include/eunit.hrl").
open_test() ->
{ok, C} = esqlite:open("test.db").