mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
remove dump_allocinfo dmapi test
remove dump_allocinfo--really.
This commit is contained in:
@@ -43,7 +43,6 @@ bin_PROGRAMS = \
|
||||
test_bulkattr \
|
||||
send_msg \
|
||||
dm_test_daemon \
|
||||
dump_allocinfo \
|
||||
test_invis \
|
||||
invis_test \
|
||||
region_test \
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
|
||||
@SET_MAKE@
|
||||
|
||||
SOURCES = dm_test_daemon.c dump_allocinfo.c invis_test.c mmap.c region_test.c send_msg.c test_bulkall.c test_bulkattr.c test_dmattr.c test_efault.c test_eventlist.c test_fileattr.c test_hole.c test_invis.c test_region.c test_rights.c
|
||||
SOURCES = dm_test_daemon.c invis_test.c mmap.c region_test.c send_msg.c test_bulkall.c test_bulkattr.c test_dmattr.c test_efault.c test_eventlist.c test_fileattr.c test_hole.c test_invis.c test_region.c test_rights.c
|
||||
|
||||
srcdir = @srcdir@
|
||||
top_srcdir = @top_srcdir@
|
||||
@@ -42,9 +42,9 @@ bin_PROGRAMS = test_rights$(EXEEXT) test_fileattr$(EXEEXT) \
|
||||
test_hole$(EXEEXT) test_dmattr$(EXEEXT) \
|
||||
test_eventlist$(EXEEXT) test_region$(EXEEXT) \
|
||||
test_bulkall$(EXEEXT) test_bulkattr$(EXEEXT) send_msg$(EXEEXT) \
|
||||
dm_test_daemon$(EXEEXT) dump_allocinfo$(EXEEXT) \
|
||||
test_invis$(EXEEXT) invis_test$(EXEEXT) region_test$(EXEEXT) \
|
||||
test_efault$(EXEEXT) mmap$(EXEEXT)
|
||||
dm_test_daemon$(EXEEXT) test_invis$(EXEEXT) \
|
||||
invis_test$(EXEEXT) region_test$(EXEEXT) test_efault$(EXEEXT) \
|
||||
mmap$(EXEEXT)
|
||||
subdir = src/suite2/src
|
||||
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
|
||||
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
|
||||
@@ -61,11 +61,6 @@ dm_test_daemon_OBJECTS = dm_test_daemon.$(OBJEXT)
|
||||
dm_test_daemon_LDADD = $(LDADD)
|
||||
dm_test_daemon_DEPENDENCIES = \
|
||||
$(top_builddir)/src/common/lib/libdmtest.la
|
||||
dump_allocinfo_SOURCES = dump_allocinfo.c
|
||||
dump_allocinfo_OBJECTS = dump_allocinfo.$(OBJEXT)
|
||||
dump_allocinfo_LDADD = $(LDADD)
|
||||
dump_allocinfo_DEPENDENCIES = \
|
||||
$(top_builddir)/src/common/lib/libdmtest.la
|
||||
invis_test_SOURCES = invis_test.c
|
||||
invis_test_OBJECTS = invis_test.$(OBJEXT)
|
||||
invis_test_LDADD = $(LDADD)
|
||||
@@ -142,14 +137,14 @@ LTCOMPILE = $(LIBTOOL) --mode=compile --tag=CC $(CC) $(DEFS) \
|
||||
CCLD = $(CC)
|
||||
LINK = $(LIBTOOL) --mode=link --tag=CC $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
|
||||
$(AM_LDFLAGS) $(LDFLAGS) -o $@
|
||||
SOURCES = dm_test_daemon.c dump_allocinfo.c invis_test.c mmap.c \
|
||||
region_test.c send_msg.c test_bulkall.c test_bulkattr.c \
|
||||
test_dmattr.c test_efault.c test_eventlist.c test_fileattr.c \
|
||||
test_hole.c test_invis.c test_region.c test_rights.c
|
||||
DIST_SOURCES = dm_test_daemon.c dump_allocinfo.c invis_test.c mmap.c \
|
||||
region_test.c send_msg.c test_bulkall.c test_bulkattr.c \
|
||||
test_dmattr.c test_efault.c test_eventlist.c test_fileattr.c \
|
||||
test_hole.c test_invis.c test_region.c test_rights.c
|
||||
SOURCES = dm_test_daemon.c invis_test.c mmap.c region_test.c \
|
||||
send_msg.c test_bulkall.c test_bulkattr.c test_dmattr.c \
|
||||
test_efault.c test_eventlist.c test_fileattr.c test_hole.c \
|
||||
test_invis.c test_region.c test_rights.c
|
||||
DIST_SOURCES = dm_test_daemon.c invis_test.c mmap.c region_test.c \
|
||||
send_msg.c test_bulkall.c test_bulkattr.c test_dmattr.c \
|
||||
test_efault.c test_eventlist.c test_fileattr.c test_hole.c \
|
||||
test_invis.c test_region.c test_rights.c
|
||||
ETAGS = etags
|
||||
CTAGS = ctags
|
||||
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
|
||||
@@ -315,9 +310,6 @@ clean-binPROGRAMS:
|
||||
dm_test_daemon$(EXEEXT): $(dm_test_daemon_OBJECTS) $(dm_test_daemon_DEPENDENCIES)
|
||||
@rm -f dm_test_daemon$(EXEEXT)
|
||||
$(LINK) $(dm_test_daemon_LDFLAGS) $(dm_test_daemon_OBJECTS) $(dm_test_daemon_LDADD) $(LIBS)
|
||||
dump_allocinfo$(EXEEXT): $(dump_allocinfo_OBJECTS) $(dump_allocinfo_DEPENDENCIES)
|
||||
@rm -f dump_allocinfo$(EXEEXT)
|
||||
$(LINK) $(dump_allocinfo_LDFLAGS) $(dump_allocinfo_OBJECTS) $(dump_allocinfo_LDADD) $(LIBS)
|
||||
invis_test$(EXEEXT): $(invis_test_OBJECTS) $(invis_test_DEPENDENCIES)
|
||||
@rm -f invis_test$(EXEEXT)
|
||||
$(LINK) $(invis_test_LDFLAGS) $(invis_test_OBJECTS) $(invis_test_LDADD) $(LIBS)
|
||||
@@ -368,7 +360,6 @@ distclean-compile:
|
||||
-rm -f *.tab.c
|
||||
|
||||
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dm_test_daemon.Po@am__quote@
|
||||
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dump_allocinfo.Po@am__quote@
|
||||
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/invis_test.Po@am__quote@
|
||||
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mmap.Po@am__quote@
|
||||
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/region_test.Po@am__quote@
|
||||
|
||||
Reference in New Issue
Block a user