Hi guys,
I put in a pull request: https://github.com/kdeforche/wt/pull/16
It doesn't add much, it was more of an intellectual exercise I guess.
One thing I noticed though, is that the test suite is broken.
If I go:
mkdir build
cd build
cmake ..
make -j6
cd test
./test
it reports 10 failures on trunk.
Also the test suite output is a little overly verbose.
Perhaps it would be good to have a ctest based test suite. Something like:
https://github.com/matiu2/witty-plus/blob/master/tests/CMakeLists.txt
ctest is quite neat: http://cmake.org/Wiki/CMake/Testing_With_CTest
And could perhaps one day lead to a cdash, with testing suite contributions
from the community ? maybe :p
There's a also this nice command that can search the test binaries for
tests, (but linux only), then possibly add them to ctest: objdump -t -C
some_test_binary | grep -i test_method | cut -c 62- | cut -d: -f 7
anyway .. just suggestions. I will not be offended if they get laughed off
:)
Kind Regards,
Matthew Sherborne
------------------------------------------------------------------------------
Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
MVPs and experts. ON SALE this month only -- learn more at:
http://p.sf.net/sfu/learnmore_123012
_______________________________________________
witty-interest mailing list
witty-interest@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/witty-interest