mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
e0d95552fd
This uses the new fio results perf helpers to run a rand write buffered workload on the scratch device. [eguan: add Makefile] Signed-off-by: Josef Bacik <jbacik@fb.com> Reviewed-by: Eryu Guan <eguan@redhat.com> Signed-off-by: Eryu Guan <eguan@redhat.com>
21 lines
415 B
Makefile
21 lines
415 B
Makefile
#
|
|
# Copyright (c) 2017 Red Hat, Inc. All Rights Reserved.
|
|
#
|
|
|
|
TOPDIR = ../..
|
|
include $(TOPDIR)/include/builddefs
|
|
|
|
PERF_DIR = perf
|
|
TARGET_DIR = $(PKG_LIB_DIR)/$(TESTS_DIR)/$(PERF_DIR)
|
|
|
|
include $(BUILDRULES)
|
|
|
|
install:
|
|
$(INSTALL) -m 755 -d $(TARGET_DIR)
|
|
$(INSTALL) -m 755 $(TESTS) $(TARGET_DIR)
|
|
$(INSTALL) -m 644 group $(TARGET_DIR)
|
|
$(INSTALL) -m 644 $(OUTFILES) $(TARGET_DIR)
|
|
|
|
# Nothing.
|
|
install-dev install-lib:
|