mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-04 02:18:37 +00:00
arch/OS/platform-specific tool test dirs, instead writing it by hand. This is important because up until now if we had any arch-specific test dirs, we needed such dirs for all archs. Now that we also have OS-specific and platform-specific test dirs, we don't want to have (mostly) empty dirs for every arch/OS/platform. - Correspondingly, removed several empty directories under memcheck/tests/ and cachegrind/tests that are no longer needed. - Also removed VG_ARCH_ALL from configure.in. - Also used an arch-specific guard rather than a platform-specific one where appropriate in cachegrind/tests/Makefile.am. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@9017