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