diff options
author | Adam Domurad <[email protected]> | 2012-11-21 13:09:54 -0500 |
---|---|---|
committer | Adam Domurad <[email protected]> | 2012-11-21 13:09:54 -0500 |
commit | 3190620dbf3e559b94bf8a57ce25d87c98693fa5 (patch) | |
tree | 8d4e07cc067daf5154fbb2618a39c774f9101009 /ChangeLog | |
parent | 47e24eece15121c917a30166037cbb072bb6a443 (diff) |
Unit test integration for UnitTest++ with icedtea-web
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -1,5 +1,18 @@ 2012-11-21 Adam Domurad <[email protected]> + Support for C++ unit testing with UnitTest++ for IcedTeaWeb. + * tests/cpp-unit-tests/IcedTeaPluginUtilsTest.cc: New, contains tests + for utility functions. + * tests/cpp-unit-tests/main.cc: New, contains unit test runner. + * plugin/icedteanp/IcedTeaPluginUtils.h: Remove incorrect circular + include dependency + * plugin/icedteanp/IcedTeaRunnable.h: Add includes necessary for + self-sustaining header. + * Makefile.am: Add targets for unit test compilation and running, + eg 'make run-cpp-unit-tests'. + +2012-11-21 Adam Domurad <[email protected]> + Add the source code to UnitTest++ into the project. * tests/UnitTest++/COPYING: Part of UnitTest++ * tests/UnitTest++/Makefile: Part of UnitTest++ |