On Fri, Sep 14, 2012 at 12:30 AM, Jim Meyering wrote: > Bernhard Voelker wrote: >> Some test-related things don't seem to be refurbished yet (although some >> of the following cases also didn't work with the old build system): >> >> a. 'make' in the 'tests' directory fails: > > No longer supported.
you could add a simple Makefile in there like: %: $(MAKE) -C .. $@ -mike