X-Git-Url: http://git.euphorik.ch/?p=euphorik.git;a=blobdiff_plain;f=modules%2Ferl%2Feuphorik_test.erl;h=c6022923f1114f09da079dd0cd4dbfcbf021cd94;hp=d5c83c30ad26d0375d591e861e628716303fdae6;hb=08193845f5b45402b85977911dbd0693a4d183de;hpb=c021866458e347a8c704217247ba207ad99c5cb7 diff --git a/modules/erl/euphorik_test.erl b/modules/erl/euphorik_test.erl index d5c83c3..c602292 100644 --- a/modules/erl/euphorik_test.erl +++ b/modules/erl/euphorik_test.erl @@ -1,11 +1,27 @@ % coding: utf-8 +% Copyright 2008 Grégory Burri +% +% This file is part of Euphorik. +% +% Euphorik is free software: you can redistribute it and/or modify +% it under the terms of the GNU General Public License as published by +% the Free Software Foundation, either version 3 of the License, or +% (at your option) any later version. +% +% Euphorik is distributed in the hope that it will be useful, +% but WITHOUT ANY WARRANTY; without even the implied warranty of +% MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +% GNU General Public License for more details. +% +% You should have received a copy of the GNU General Public License +% along with Euphorik. If not, see . +% % Module de test de euphorik. % Crée un certain nombre d'utilisateur et post des messages aléatoire. -module(euphorik_test). --compile(export_all). - +-export([start/1, stop/1]). -include("../include/euphorik_bd.hrl").