File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -30,17 +30,17 @@ Via svn:
3030
3131 svn checkout https://github.com/unittest-cpp/unittest-cpp/trunk unittest-cpp
3232
33- ### Latest release (v1.6.0 ) ###
33+ ### Latest release (v1.6.1 ) ###
3434
3535Via git:
3636
3737 git clone https://github.com/unittest-cpp/unittest-cpp
3838 cd unittest-cpp
39- git checkout v1.6.0
39+ git checkout v1.6.1
4040
4141Via svn:
4242
43- svn checkout https://github.com/unittest-cpp/unittest-cpp/tags/v1.6.0 unittest-cpp
43+ svn checkout https://github.com/unittest-cpp/unittest-cpp/tags/v1.6.1 unittest-cpp
4444
4545License
4646---------
@@ -58,7 +58,7 @@ Contributors
5858* Charles Nicholson (charles.nicholson@gmail.com ) @charlesnicholson
5959
6060### Original Authors: ###
61- * Noel Llopis (llopis@convexhull.com )
61+ * Noel Llopis (llopis@convexhull.com )
6262* Charles Nicholson (charles.nicholson@gmail.com )
6363
6464### Contributors not included in github history ###
@@ -114,7 +114,7 @@ Historic release notes
114114- Standard streams can be optionally compiled off by defining UNITTEST_USE_CUSTOM_STREAMS
115115 in Config.h
116116- Added named test suites
117- - Added CHECK_ARRAY2D_CLOSE
117+ - Added CHECK_ARRAY2D_CLOSE
118118- Posix library name is libUnitTest++.a now
119119- Floating point numbers are postfixed with 'f' in the failure reports
120120
Original file line number Diff line number Diff line change 1- version : 1.6.0 .{build}
1+ version : 1.6.1 .{build}
22
33os :
44 - Windows Server 2012 R2
Original file line number Diff line number Diff line change 22# Process this file with autoconf to produce a configure script.
33
44AC_PREREQ ( [ 2.69] )
5- AC_INIT ( [ UnitTest++] , [ 1.6.0] , [ pjohnmeyer@gmail.com] )
5+ AC_INIT ( [ UnitTest++] ,
6+ m4_esyscmd_s ( [ git describe --tags | cut -c2-] ) ,
7+ [ pjohnmeyer@gmail.com] ,
8+ [ unittest-cpp] )
9+
610AC_CONFIG_SRCDIR ( [ UnitTest++/TestDetails.cpp] )
711AC_CONFIG_MACRO_DIR ( [ m4] )
812AC_CONFIG_HEADERS ( [ config.h] )
Original file line number Diff line number Diff line change 11check_PROGRAMS = UnitTest++/TestUnitTest++
2- UnitTest___TestUnitTest___SOURCES = tests/Main.cpp tests/TestAssertHandler.cpp tests/TestCheckMacros.cpp tests/TestChecks.cpp tests/TestCompositeTestReporter.cpp tests/TestCurrentTest.cpp tests/TestDeferredTestReporter.cpp tests/TestExceptions.cpp tests/TestMemoryOutStream.cpp tests/TestRequireMacrosWithExceptionsOff.cpp tests/TestRequireMacrosWithExceptionsOn.cpp tests/TestTest.cpp tests/TestTestList.cpp tests/TestTestMacros.cpp tests/TestTestResults.cpp tests/TestTestRunner.cpp tests/TestTestSuite.cpp tests/TestTimeConstraint.cpp tests/TestTimeConstraintMacro.cpp tests/TestUnitTestPP.cpp tests/TestXmlTestReporter.cpp
2+
3+ UnitTest___TestUnitTest___SOURCES = tests/Main.cpp tests/TestAssertHandler.cpp tests/TestCheckMacros.cpp tests/TestChecks.cpp tests/TestCompositeTestReporter.cpp tests/TestCurrentTest.cpp tests/TestDeferredTestReporter.cpp tests/TestExceptions.cpp tests/TestMemoryOutStream.cpp tests/TestRequireMacrosWithExceptionsOff.cpp tests/TestRequireMacrosWithExceptionsOn.cpp tests/TestTest.cpp tests/TestTestList.cpp tests/TestTestMacros.cpp tests/TestTestResults.cpp tests/TestTestRunner.cpp tests/TestTestSuite.cpp tests/TestTimeConstraint.cpp tests/TestTimeConstraintMacro.cpp tests/TestUnitTestPP.cpp tests/TestXmlTestReporter.cpp tests/RecordingReporter.h tests/ScopedCurrentTest.h
34UnitTest___TestUnitTest___LDADD = UnitTest++/libUnitTest++.la
45TESTS = UnitTest++/TestUnitTest++
You can’t perform that action at this time.
0 commit comments