summaryrefslogtreecommitdiff
path: root/test/testapp.c
Commit message (Collapse)AuthorAgeFilesLines
* Presently if we fail in apr_assert_success we get the line number fordreid2004-06-071-1/+1
| | | | | | | | | | | | testutil.c reported. Not very useful. This change adds the passing of the (correct) line number and also a macro to ease said passing. I've changed all instances of apr_assert_success to use the new macro, but not all the tests build on this platform so others should check that all is well for them. git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@65171 13f79535-47bb-0310-9956-ffa450edef68
* Some win32 experimental code I'm playing with. Simply demonstrates howwrowe2002-05-311-0/+10
to configure an app for WinNT or all Win32 applications. I expect to extend this simple code to actually set up and test different 'signalling' APIs that are supported under Win32 (e.g. console, service, 9x hidden console service, etc.) git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@63451 13f79535-47bb-0310-9956-ffa450edef68