diff options
author | 2011-03-27 16:45:54 +0100 | |
---|---|---|
committer | 2011-03-27 16:45:54 +0100 | |
commit | 6b1f92a04fd2b6cfae9fd6a7df4204e4a21d7966 (patch) | |
tree | 7ebcd7235b7daf406d7b7cf0e2e6a7fa0a168e42 /misc/common-makefile.am | |
parent | 58b0c87ae639014fdb70ed6d8b9c4af2f83b92ae (diff) | |
download | paludis-6b1f92a04fd2b6cfae9fd6a7df4204e4a21d7966.tar.gz paludis-6b1f92a04fd2b6cfae9fd6a7df4204e4a21d7966.tar.xz |
Kill old test framework
Diffstat (limited to 'misc/common-makefile.am')
-rw-r--r-- | misc/common-makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/common-makefile.am b/misc/common-makefile.am index a6d41cea0..41b1627f4 100644 --- a/misc/common-makefile.am +++ b/misc/common-makefile.am @@ -98,7 +98,7 @@ LOG_COMPILER = \ TOP_SRCDIR="`$(top_srcdir)/paludis/repositories/e/ebuild/utils/canonicalise $(top_srcdir)`" \ TOP_BUILDDIR="`$(top_srcdir)/paludis/repositories/e/ebuild/utils/canonicalise $(top_builddir)`" \ $(LOG_COMPILER_EXTRA) \ - bash $(top_srcdir)/test/run_test.sh $(LOG_COMPILER_INTERP) + bash $(top_srcdir)/paludis/util/run_test.sh $(LOG_COMPILER_INTERP) built-sources : $(BUILT_SOURCES) for s in `echo $(SUBDIRS) | tr -d .` ; do $(MAKE) -C $$s built-sources || exit 1 ; done |