Age | Commit message (Expand) | Author | Files | Lines |
2010-03-24 | check.mak: fix typo in make help | Tim-Philipp Müller | 1 | -1/+1 |
2010-03-24 | check.mak: Add a "make valgrind.gen-suppressions" rule | Edward Hervey | 1 | -0/+20 |
2010-03-12 | check.mak: fix 'make check-valgrind' | Tim-Philipp Müller | 1 | -3/+3 |
2010-02-26 | build: Make some generic rules silent | Sebastian Dröge | 1 | -12/+12 |
2009-10-12 | check: Use the LIBTOOL env var rather than hard-coding | Jan Schmidt | 1 | -3/+3 |
2009-03-09 | check.mak: don't clean build dirs we didn't create | Tim-Philipp Müller | 1 | -3/+2 |
2008-05-07 | check.mak: Document GST_CHECKS environment variable in checks 'make help'. | Tim-Philipp Müller | 1 | -0/+13 |
2008-01-20 | Use $(MAKE) instead of make to fix the build if GNU make is called something ... | Sebastian Dröge | 1 | -5/+5 |
2007-03-09 | check.mak: Use the same timeout when generating valgrind suppressions as runn... | Jan Schmidt | 1 | -1/+1 |
2007-03-08 | check.mak: Make sure GSlice is disabled when building suppressions too. | Jan Schmidt | 1 | -0/+1 |
2006-10-21 | check.mak: Increase default timeout under valgrind, 60 is just too short and ... | Tim-Philipp Müller | 1 | -1/+1 |
2006-07-24 | check.mak: Valgrind fails to find tests written in tests/check/ directly (rat... | Jan Schmidt | 1 | -2/+2 |
2006-07-02 | add an inspect target that inspects every element feature, so we can have tha... | Thomas Vander Stichele | 1 | -0/+11 |
2006-05-18 | check.mak: Fix 'make help' in check directories, it should be 'valgrind.gen-s... | Tim-Philipp Müller | 1 | -1/+1 |
2006-04-10 | add test for amrnbenc, enable test infrastructure, and fix a leak | Thomas Vander Stichele | 1 | -2/+6 |
2006-03-08 | check.mak: Set G_SLICE=always-malloc when valgrinding tests (closes #333272) | Jan Schmidt | 1 | -0/+1 |
2006-02-02 | check.mak: add a .valgrind.gen-suppressions target to aid in generating suppr... | Wim Taymans | 1 | -1/+12 |
2006-01-03 | check.mak: Clarify error message from valgrind test runs. | Michael Smith | 1 | -1/+1 |
2005-12-16 | common/check.mak: Added make forever target for check. | Wim Taymans | 1 | -0/+10 |
2005-11-30 | don't fail on missing registry | Thomas Vander Stichele | 1 | -1/+1 |
2005-11-29 | check.mak: add a valgrind-forever target for tests | Thomas Vander Stichele | 1 | -8/+14 |
2005-11-28 | Makefile.am: don't run checks if we don't have check | Thomas Vander Stichele | 1 | -0/+1 |
2005-11-28 | check.mak: when a "make test.check" run fails, make it rerun the test with at... | Thomas Vander Stichele | 1 | -0/+5 |
2005-11-16 | more callers | Thomas Vander Stichele | 1 | -2/+2 |
2005-11-16 | don't print stuff twice | Thomas Vander Stichele | 1 | -1/+1 |
2005-11-02 | common/check.mak | Thomas Vander Stichele | 1 | -1/+1 |
2005-10-10 | turn up the heat | Thomas Vander Stichele | 1 | -2/+3 |
2005-09-29 | make forever fail on error | Thomas Vander Stichele | 1 | -1/+1 |
2005-09-29 | use message type names | Thomas Vander Stichele | 1 | -1/+3 |
2005-09-29 | check.mak: add some more targets, like help, but also more intensive tests | Thomas Vander Stichele | 1 | -2/+2 |
2005-09-29 | check.mak: add some more targets, like help, but also more intensive tests | Thomas Vander Stichele | 1 | -0/+37 |
2005-09-19 | check/Makefile.am: re-enable tests now that leaks are plugged | Thomas Vander Stichele | 1 | -2/+2 |
2005-09-18 | common/check.mak: use GST_PLUGIN settings for valgrind tests as well, so we'r... | Thomas Vander Stichele | 1 | -1/+1 |
2005-09-18 | add check-valgrind target | Thomas Vander Stichele | 1 | -9/+5 |
2005-08-29 | increase default timeout on tests for slow powerbooks | Thomas Vander Stichele | 1 | -0/+1 |
2005-08-26 | add a .gdb target always rebuild registry | Thomas Vander Stichele | 1 | -3/+15 |
2005-08-21 | check/Makefile.am: clean up environment for when registry gets built versus w... | Thomas Vander Stichele | 1 | -0/+1 |
2005-08-21 | separate out REGISTRY_ENVIRONMENT; we want to use that from our valgrind runs... | Thomas Vander Stichele | 1 | -1/+1 |
2005-08-21 | run valgrind with proper env | Thomas Vander Stichele | 1 | -5/+3 |
2005-08-21 | parse output of valgrind and check for definitely lost, and error out; someho... | Thomas Vander Stichele | 1 | -2/+10 |
2005-08-20 | check.mak: for some weird reason valgrind does not report actual memleaks if ... | Thomas Vander Stichele | 1 | -2/+2 |
2005-08-20 | factor out the common stuff | Thomas Vander Stichele | 1 | -0/+43 |