History log of /curl/tests/unit/Makefile.inc (Results 51 – 69 of 69)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: curl-7_36_0
# 4d06b279 22-Feb-2014 Richard J. Moore

test1397: unit test for certificate name wildcard handling


Revision tags: curl-7_35_0, curl-7_34_0, curl-7_33_0, curl-7_32_0, curl-7_31_0
# 7877619f 15-Jun-2013 Daniel Stenberg

dotdot: introducing dot file path cleanup

RFC3986 details how a path part passed in as part of a URI should be
"cleaned" from dot sequences before getting used. The described
algorit

dotdot: introducing dot file path cleanup

RFC3986 details how a path part passed in as part of a URI should be
"cleaned" from dot sequences before getting used. The described
algorithm is now implemented in lib/dotdot.c with the accompanied test
case in test 1395.

Bug: http://curl.haxx.se/bug/view.cgi?id=1200
Reported-by: Alex Vinnik

show more ...


# 0de7249b 19-May-2013 Daniel Stenberg

unit1396: unit tests to verify curl_easy_(un)escape


# 8dac7be4 06-May-2013 Daniel Stenberg

build: fixed unit1394 for debug and metlink builds


# bcf1b9de 03-May-2013 Kamil Dudka

unit1394.c: plug the curl tool unit test in


Revision tags: curl-7_30_0
# 1700668d 15-Mar-2013 Yang Tse

tests: add #96 #558 and #1330

These verfy that the 'memory tracking' subsystem is actually doing its
job when using curl tool (#96), a test in libtest (#558) and also a unit
test (#1

tests: add #96 #558 and #1330

These verfy that the 'memory tracking' subsystem is actually doing its
job when using curl tool (#96), a test in libtest (#558) and also a unit
test (#1330), in order to prevent regressions in this functionallity.

show more ...


Revision tags: curl-7_29_0
# 63605d28 20-Jan-2013 Yang Tse

Makefile.inc: fix $(top_srcdir) not allowed in _SOURCES variables


# 4b401b2d 15-Jan-2013 Yang Tse

build: use per-target '_CPPFLAGS' for those currently using default

Automake documents that doing this will make it choose a different name
for intermediate object files even when sharin

build: use per-target '_CPPFLAGS' for those currently using default

Automake documents that doing this will make it choose a different name
for intermediate object files even when sharing source files across
targets of same Makefile.am.

Up to automake 1.13.1 target's intermediate object files were placed
in the build subdirectory of the target. We depended on this, probably
undocumented behavior, to achieve same behavior as if a per-target flag
had been specified when building targets that actually belong to
different Makefile.am files.

It seems automake 1.13.2 is going to break behavior mentioned above.

So, lets use a documented behavior in order to achieve same purpose,
across automake versions, no matter where automake wishes to place
intermediate object files.

Our build targets that already were using a per-target '_CFLAGS' or
'_CPPFLAGS' need no 'fixing', these were already 'fixed'. The only
Makefile.am or Makefile.in files in libcurl's source tree touched by
this 'fix' are tests/libtest/Makefile.inc and tests/unit/Makefile.inc.

show more ...


Revision tags: curl-7_28_1, curl-7_28_0, curl-7_27_0, curl-7_26_0, curl-7_25_0, curl-7_24_0, curl-7_23_1, curl-7_23_0, curl-7_22_0, curl-7_21_7
# c4dd8df0 10-Jun-2011 Daniel Stenberg

splay: add unit tests

The test code that was #ifdef'ed in the code was converted into unit
tests in test case 1309. I also removed the #if 0'ed code from splay.c


# 36a22f90 10-Jun-2011 Daniel Stenberg

unit test formpost: added test case 1308

This is a few first rather basic tests of curl_formadd() and
curl_formget(). Should serve as building blocks to add more variations
to the te

unit test formpost: added test case 1308

This is a few first rather basic tests of curl_formadd() and
curl_formget(). Should serve as building blocks to add more variations
to the test.

show more ...


# aa76dec3 01-Jun-2011 Yang Tse

unit tests: more build adjustments


# 9f390a35 25-May-2011 Yang Tse

unit tests: build adjustment

Also define UNITTESTS macro when building unit test sources.

Fixing compiler warning: external definition with no prior declaration


Revision tags: curl-7_21_6, curl-7_21_5
# c60a6153 04-Mar-2011 Dan Fandrich

Moved test 577 into the unit test framework as test 1307


# fb199cd2 04-Mar-2011 Dan Fandrich

Converted tests 558 & 559 to use the unit test framework as 1305

Test 558 was just a subset of 559 which is something that can be
easily added later.


Revision tags: curl-7_21_4
# 39d0d787 08-Feb-2011 Julien Chaffraix

test1304: Added some unit tests for Curl_parsenetrc.

Moved some definitons into the header file so that we can reuse them.


# 0029b2f0 04-Jan-2011 Daniel Stenberg

unittest: 1303 tests Curl_timeleft

I came up with 33 different ways to call it and verify that it returns the
correct return code.


# 1022e754 04-Jan-2011 Daniel Stenberg

unittest: test base64 encode/decode


# 9e46318a 04-Jan-2011 Daniel Stenberg

unittest: verify curl_strequal


# 35e1d653 01-Jan-2011 Daniel Stenberg

unittest: framework for unit-testing

This is the first approach at doing fairly clean and easy to write and
debug unit tests.


123