Added more functionality in the unit test "framework" Created one test that basically...
authorBenjamin Segovia <segovia.benjamin@gmail.com>
Fri, 17 Feb 2012 04:50:36 +0000 (04:50 +0000)
committerKeith Packard <keithp@keithp.com>
Fri, 10 Aug 2012 23:15:18 +0000 (16:15 -0700)
commit5c39f73f999250b4bcd17986b069fd8ef17f4ca4
tree0aeb121890dcf81afbc24e4d7396afced722e09c
parent349ad6cde2789e7000ce345cacc8d296c0296301
Added more functionality in the unit test "framework" Created one test that basically checks that the unit test system works
backend/CMakeLists.txt
backend/src/CMakeLists.txt
backend/src/blob.cpp
backend/src/ir/function.hpp
backend/src/utest/tester.cpp [new file with mode: 0644]
backend/src/utest/utest.cpp
backend/src/utest/utest.hpp
backend/src/utest/utest_test_utest.cpp [new file with mode: 0644]