First test case
This commit is contained in:
10
test/esqlite_test.erl
Normal file
10
test/esqlite_test.erl
Normal 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").
|
||||
Reference in New Issue
Block a user