mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
Add rwtest case that Steve found an unwritten extent/direct IO bug with.
rwtest case that Steve found an unwritten extent/direct IO bug with.
This commit is contained in:
+2
-2
@@ -45,7 +45,7 @@ include $(BUILDRULES)
|
||||
LINKTEST = $(LTLINK) $@.c -o $@ $(CFLAGS) $(LDFLAGS)
|
||||
|
||||
doio: doio.c $(LIBTEST)
|
||||
$(LINKTEST) $(LIBTEST) $(LDLIBS)
|
||||
$(LINKTEST) $(LIBTEST)
|
||||
|
||||
fsstress: fsstress.c $(LIBATTR) $(LIBTEST)
|
||||
$(LINKTEST) $(LIBATTR) $(LIBTEST) $(LDLIBS)
|
||||
@@ -57,4 +57,4 @@ growfiles: growfiles.c $(LIBTEST)
|
||||
$(LINKTEST) $(LIBTEST) $(LDLIBS)
|
||||
|
||||
iogen: iogen.c $(LIBTEST)
|
||||
$(LINKTEST) $(LIBTEST) $(LDLIBS)
|
||||
$(LINKTEST) $(LIBTEST)
|
||||
|
||||
Reference in New Issue
Block a user