Files
apfstests/dmapi
Theodore Ts'o 40a566dc89 dmapi: fix build failure if libdm is provided via -ldm
The value of $(LIBDM) may be a linker specification -ldm, and not a
file.  So it's not OK to add this to the dependency, since make will
then complain that it doesn't know how to make the target -ldm.

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
Signed-off-by: Christoph Hellwig <hch@lst.de>
2011-07-22 16:16:18 +02:00
..

The tests in this directory are a collection of suites that were developed
over the time the DMAPI spec was being created and when DMAPI was being
implemented on Irix.  In many cases, each suite was built on an earlier suite.
Many of these tests have been ported to work with XFS/DMAPI on linux 2.4; many
are untouched from their Irix versions.