search for: unit_test_example_12

Displaying 7 results from an estimated 7 matches for "unit_test_example_12".

2008 Dec 28
5
[LLVMdev] [Patch] Adding unit tests to LLVM
...he results are linked together. At the best case, it would complicate our build system to be able to support different set of flags for building LLVM libraries vs. Boost.Test (and the rest of Boost that we import). Sample usage of Boost.Test: http://svn.boost.org/svn/boost/trunk/libs/test/example/unit_test_example_12.cpp Note the code at the end setting up the test suite -- this is boilerplate code that I think shouldn't be necessary to setup and run tests. Google Test, on the other hand, has no external dependencies, and is distributed as a dozen of .h/.cc files; supports Makefile, SCons, and Xcode; and d...
2008 Dec 28
0
[LLVMdev] [Patch] Adding unit tests to LLVM
...t; set of flags for building LLVM libraries vs. Boost.Test (and the > rest of Boost that we import). http://www.boost.org/doc/libs/1_37_0/libs/utility/throw_exception.html #define BOOST_NO_EXCEPTIONS > > Sample usage of Boost.Test: http://svn.boost.org/svn/boost/trunk/libs/test/example/unit_test_example_12.cpp > Note the code at the end setting up the test suite -- this is > boilerplate code that I think shouldn't be necessary to setup and > run tests. > http://svn.boost.org/svn/boost/trunk/libs/test/example/unit_test_example_01.cpp My test cases are not that in-depth, I'm m...
2008 Dec 28
1
[LLVMdev] [Patch] Adding unit tests to LLVM
...s vs. > Boost.Test (and the rest of Boost that we import). > > http://www.boost.org/doc/libs/1_37_0/libs/utility/throw_exception.html > #define BOOST_NO_EXCEPTIONS > Thanks for the pointer. > Sample usage of Boost.Test: > http://svn.boost.org/svn/boost/trunk/libs/test/example/unit_test_example_12.cpp > Note the code at the end setting up the test suite -- this is boilerplate > code that I think shouldn't be necessary to setup and run tests. > > > http://svn.boost.org/svn/boost/trunk/libs/test/example/unit_test_example_01.cpp > My test cases are not that in-depth, I'...
2008 Dec 27
0
[LLVMdev] [Patch] Adding unit tests to LLVM
Just a curiosity question, why push for gtest vs Boost Test or a different test suite? I normally use Boost, and their test suite, so I'm more familiar with that. So I was wondering is one better then the other, or is it just that someone makes a patch for it? Regards Mark Kromis On Dec 27, 2008, at 12:26 AM, Keir Mierle wrote: > > > On Fri, Dec 26, 2008 at 8:06 PM, Misha
2008 Dec 28
3
[LLVMdev] [Patch] Adding unit tests to LLVM
...ng LLVM libraries vs. > Boost.Test (and the rest of Boost that we import). > > > http://www.boost.org/doc/libs/1_37_0/libs/utility/throw_exception.html > #define BOOST_NO_EXCEPTIONS > > > Sample usage of Boost.Test: > http://svn.boost.org/svn/boost/trunk/libs/test/example/unit_test_example_12.cpp > Note the code at the end setting up the test suite -- this is boilerplate > code that I think shouldn't be necessary to setup and run tests. > > > > > http://svn.boost.org/svn/boost/trunk/libs/test/example/unit_test_example_01.cpp > My test cases are not that in-de...
2008 Dec 27
3
[LLVMdev] [Patch] Adding unit tests to LLVM
On Fri, Dec 26, 2008 at 8:06 PM, Misha Brukman <brukman at gmail.com> wrote: > On Dec 22, 7:34 pm, Talin <viri... at gmail.com> wrote: > > (Forwarding this to llvm-dev) > > > > This patch adds a unit test framework to LLVM, along with a sample unit > test > > for DenseMap. I don't expect this patch to be accepted as-is, this is > mainly > > a
2008 Dec 28
4
[LLVMdev] [Patch] Adding unit tests to LLVM
...ries vs. Boost.Test (and the rest of >> Boost that we import). > > http://www.boost.org/doc/libs/1_37_0/libs/utility/throw_exception.html > #define BOOST_NO_EXCEPTIONS > >> >> Sample usage of Boost.Test: >> http://svn.boost.org/svn/boost/trunk/libs/test/example/unit_test_example_12.cpp >> >> Note the code at the end setting up the test suite -- this is >> boilerplate code that I think shouldn't be necessary to setup and run >> tests. >> > > > http://svn.boost.org/svn/boost/trunk/libs/test/example/unit_test_example_01.cpp > &gt...