/ Published in: Emacs Lisp
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
%% 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.