summaryrefslogtreecommitdiff
path: root/tests/test_bind_refptr.cc
Commit message (Collapse)AuthorAgeFilesLines
* C++11: Make all operator bool() explicit.Murray Cumming2016-03-031-5/+1
|
* C++11: Use auto.Murray Cumming2015-07-181-6/+6
| | | | | Trying to avoid using auto where its a specific type that we are trying to test for.
* C++11: Use of nullptr instead of 0.Murray Cumming2015-07-181-2/+2
|
* Test cases: Report pass/fail with exit status.Kjell Ahlstedt2012-10-181-17/+32
| | | | | | | | * tests/testutilities.[h|cc]: New files. Code common to all test cases. * tests/*.cc: Use class TestUtilities. Don't print anything if the test passes. Return EXIT_FAILURE if the test fails. * tests/Makefile.am: Add testutilities.[h|cc] to all test cases. Bug #684956.
* Add a test case for the previous commit.Kjell Ahlstedt2011-07-191-0/+470
* tests/Makefile.am: * tests/test_bind_refptr.cc: A version of this test is also in glibmm. Note that this includes a copy/paste of RefPtr. See Bug #564005#14