X-Git-Url: http://developer.intra2net.com/git/?p=libftdi;a=blobdiff_plain;f=test%2Fbaudrate.cpp;fp=test%2Fbaudrate.cpp;h=163950b996145b85f42dde9724b3887c5fdbed26;hp=0000000000000000000000000000000000000000;hb=a87a0712f7166d3418a7b522b44ffbce97a93d50;hpb=a4eac20496c663784e2a655712ec6459dac244dc diff --git a/test/baudrate.cpp b/test/baudrate.cpp new file mode 100644 index 0000000..163950b --- /dev/null +++ b/test/baudrate.cpp @@ -0,0 +1,24 @@ +/**@file +@brief Test baudrate calculator code + +@author Thomas Jarosch +*/ + +/*************************************************************************** + * * + * This program is free software; you can redistribute it and/or modify * + * it under the terms of the GNU Lesser General Public License * + * version 2.1 as published by the Free Software Foundation; * + * * + ***************************************************************************/ + +#define BOOST_TEST_DYN_LINK +#include + +BOOST_AUTO_TEST_SUITE(Baudrate) + +BOOST_AUTO_TEST_CASE(Simple) +{ +} + +BOOST_AUTO_TEST_SUITE_END()