From: Dean Roehrich Date: Tue, 7 Oct 2003 18:29:43 +0000 (+0000) Subject: Add DMAPI tests test_bulkall, test_bulkattr. X-Git-Tag: v1.1.0~899 X-Git-Url: http://git.apps.os.sepia.ceph.com/?p=xfstests-dev.git;a=commitdiff_plain;h=609a3a88778534cfa3445e98f0e3998033415a44;ds=sidebyside Add DMAPI tests test_bulkall, test_bulkattr. Add DMAPI tests test_bulkall, test_bulkattr. --- diff --git a/dmapi/src/suite2/src/Makefile.am b/dmapi/src/suite2/src/Makefile.am index e497e2e6..17a17028 100644 --- a/dmapi/src/suite2/src/Makefile.am +++ b/dmapi/src/suite2/src/Makefile.am @@ -39,6 +39,8 @@ bin_PROGRAMS = \ test_dmattr \ test_eventlist \ test_region \ + test_bulkall \ + test_bulkattr \ send_msg \ dm_test_daemon \ dump_allocinfo \ @@ -48,6 +50,6 @@ bin_PROGRAMS = \ test_efault \ mmap -INCLUDES += -I .. +INCLUDES = -I .. LDADD = $(top_builddir)/src/common/lib/libdmtest.la