History log of /curl/tests/Makefile.am (Results 51 – 75 of 131)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 49eee288 21-Apr-2017 Daniel Stenberg

tests: remove the html and PDF versions from the tarball


Revision tags: curl-7_54_0
# 207f5889 22-Mar-2017 Daniel Stenberg

make: introduce 'test-nonflaky' target

Running this in the root build dir will invoke the test suite to only
run tests not marked as 'flaky'.


# f5712ca2 26-Feb-2017 Steve Brokenshire

Makefile.am: Remove distribution man pages when running 'make clean'


Revision tags: curl-7_53_1, curl-7_53_0, curl-7_52_1
# 7a01b33c 21-Dec-2016 Daniel Stenberg

tests/Makefile: run checksrc on debug builds

... just like we already do in src/ and lib/


Revision tags: curl-7_52_0, curl-7_51_0, curl-7_50_3, curl-7_50_2, curl-7_50_1
# 5e26d9ce 21-Jul-2016 Kamil Dudka

tests: distribute the http2-server.pl script, too


Revision tags: curl-7_50_0, curl-7_49_1
# 54e4c6c3 18-May-2016 Daniel Stenberg

test/Makefile.am: include manpage-scan.pl and nroff-scan.pl in dist

Reported-by: Ray Satiro
Bug: https://curl.haxx.se/mail/lib-2016-05/0113.html


Revision tags: curl-7_49_0, curl-7_48_0
# 315f06f5 15-Mar-2016 Karlson2k

tests: pathhelp.pm to process paths on Msys/Cygwin


# 3d94a113 03-Apr-2016 Daniel Stenberg

tests: fix make checksrc in servers/


# a1a2470d 03-Apr-2016 Daniel Stenberg

tests: 'make checksrc' now checks server/ too


# d3252e00 03-Apr-2016 Daniel Stenberg

checksrc: run checksrc in tests when 'make checksrc' in root


# d532645a 22-Mar-2016 Daniel Stenberg

build: use roffit 0.11 feature

... load file specified as argument.


Revision tags: curl-7_47_1
# 4af40b36 02-Feb-2016 Daniel Stenberg

URLs: change all http:// URLs to https://


Revision tags: curl-7_47_0, curl-7_46_0, curl-7_45_0, curl-7_44_0, curl-7_43_0, curl-7_42_1, curl-7_42_0
# 1514b718 25-Feb-2015 Kamil Dudka

dist: add symbol-scan.pl to the tarball

... in order to make test1135 succeed


Revision tags: curl-7_41_0, curl-7_40_0, curl-7_39_0, curl-7_38_0, curl-7_37_1, curl-7_37_0, curl-7_36_0, curl-7_35_0, curl-7_34_0, curl-7_33_0, curl-7_32_0
# 2e00872c 16-Jul-2013 Yang Tse

tests/Makefile.am: add configurehelp.pm to DISTCLEANFILES


Revision tags: curl-7_31_0
# 5657c56f 04-Jun-2013 Daniel Stenberg

tests/Makefile: typo in the perlcheck target

Bug: http://curl.haxx.se/bug/view.cgi?id=1239
Reported-by: Christian Weisgerber


# 6d9236e8 18-Apr-2013 Linus Nielsen Feltzing

Add tests/http_pipe.py to the tarball build


Revision tags: curl-7_30_0, curl-7_29_0
# c4312741 17-Jan-2013 Daniel Stenberg

always-multi: always use non-blocking internals

Remove internal separated behavior of the easy vs multi intercace.
curl_easy_perform() is now using the multi interface itself.

S

always-multi: always use non-blocking internals

Remove internal separated behavior of the easy vs multi intercace.
curl_easy_perform() is now using the multi interface itself.

Several minor multi interface quirks and bugs have been fixed in the
process.

Much help with debugging this has been provided by: Yang Tse

show more ...


# bc682cbd 15-Jan-2013 Yang Tse

tests/Makefile.am: remove wildcard usage in EXTRA_DIST


# 14dc679c 23-Nov-2012 Daniel Stenberg

test: offer "automake" output and check for perl better

runtests.pl -am now uses the "PASS/FAIL: [desc]" output for each
executed test. You can run 'make test-am' in the root build direc

test: offer "automake" output and check for perl better

runtests.pl -am now uses the "PASS/FAIL: [desc]" output for each
executed test. You can run 'make test-am' in the root build directory to
invoke that. The reason for this output style is to better allow generic
test suite parsers to also grok our test output.

The test Makefile now also tests that perl was indeed found and that the
PERL variable points to an executable before it tries to run the main
test perl script runtests.pl,

show more ...


Revision tags: curl-7_28_1
# ee588fe0 16-Nov-2012 Daniel Stenberg

mem-include-scan: verify memory #includes

If we use memory functions (malloc, free, strdup etc) in C sources in
libcurl and we fail to include curl_memory.h or memdebug.h we either
f

mem-include-scan: verify memory #includes

If we use memory functions (malloc, free, strdup etc) in C sources in
libcurl and we fail to include curl_memory.h or memdebug.h we either
fail to properly support user-provided memory callbacks or the memory
leak system of the test suite fails.

After Ajit's report of a failure in the first category in http_proxy.c,
I spotted a few in the second category as well. These problems are now
tested for by test 1132 which runs a perl program that scans for and
attempts to check that we use the correct include files if a memory
related function is used in the source code.

Reported by: Ajit Dhumale
Bug: http://curl.haxx.se/mail/lib-2012-11/0125.html

show more ...


Revision tags: curl-7_28_0, curl-7_27_0
# 1fc5a414 15-Jul-2012 Daniel Stenberg

test Makefile: only feature 'unit' once in the list of dirs


Revision tags: 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
# aa76dec3 01-Jun-2011 Yang Tse

unit tests: more build adjustments


Revision tags: curl-7_21_6, curl-7_21_5, curl-7_21_4
# 511031c8 19-Jan-2011 Daniel Stenberg

dist: add new certs to tarball


# 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.


Revision tags: curl-7_21_3
# 1db61aca 03-Nov-2010 Daniel Stenberg

dist: add symbol-scan.pl to the tarball


123456