X-Git-Url: http://Server1/repobrowser/?p=xestiaab%2F.git;a=blobdiff_plain;f=source%2Ftests%2Fxestiaab_test.cpp;h=f1a77f81f649ab747fb221b35050e5801f35ff00;hp=113e38048e09915a3c70a5a80200bd94adffd094;hb=b16a0672e8bcbc1840a5f2284dbf562963aca6b1;hpb=e7eaa503e46395e1126c901b1ff0d25388259ba5 diff --git a/source/tests/xestiaab_test.cpp b/source/tests/xestiaab_test.cpp index 113e380..f1a77f8 100644 --- a/source/tests/xestiaab_test.cpp +++ b/source/tests/xestiaab_test.cpp @@ -1,3 +1,21 @@ +// xestiaab_test.cpp - Xestia Address Book Unit Testing Suite. +// +// (c) 2012-2015 Xestia Software Development. +// +// This file is part of Xestia Address Book. +// +// Xestia Address Book 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, version 3 of the license. +// +// Xestia Address Book 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 Xestia Address Book. If not, see + #include #include #include @@ -42,7 +60,7 @@ int main(int argc, char* argv[]){ printn("Xestia Address Book Unit Testing Application"); printn("(c)2015 Xestia Software Development"); - + printn("Note: Unit testing is currently in development"); printn(""); bool ExitEnabled = false; @@ -115,4 +133,4 @@ int main(int argc, char* argv[]){ } -} \ No newline at end of file +}