Revision: 25439
Initial Code
Initial URL
Initial Description
Initial Title
Initial Tags
Initial Language
at March 31, 2010 01:20 by shian
Initial Code
%% Author:
%% Created:
%% Description:
-module().
%% ====================================================================
%% Include files
%% ====================================================================
-ifdef(EUNIT).
-include_lib("eunit/include/eunit.hrl").
-endif.
%% ====================================================================
%% Exported Functions
%% ====================================================================
-export([]).
%% ====================================================================
%% API Functions
%% ====================================================================
%% ====================================================================
%% Local Functions
%% ====================================================================
%% ====================================================================
%% Test Functions
%% ====================================================================
-ifdef(EUNIT).
-endif.
Initial URL
Initial Description
Initial Title
new module with EUnit
Initial Tags
module
Initial Language
Emacs Lisp