From 2c59b7853f594c9b3fa7e3f259f7b45ab6d47903 Mon Sep 17 00:00:00 2001 From: Douglas Gilbert Date: Thu, 2 Jul 2020 00:15:50 +0000 Subject: asc/ascq match asc-num.txt @t10 20200624; testing/sg_mrq_testing: new, for blocking mrq usage git-svn-id: https://svn.bingwo.ca/repos/sg3_utils/trunk@853 6180dd3e-e324-4e3e-922d-17de1ae2f315 --- testing/Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'testing/Makefile') diff --git a/testing/Makefile b/testing/Makefile index a9718f8c..63176f56 100644 --- a/testing/Makefile +++ b/testing/Makefile @@ -6,7 +6,8 @@ MANDIR=$(DESTDIR)/$(PREFIX)/man EXECS = sg_iovec_tst sg_sense_test sg_queue_tst bsg_queue_tst sg_chk_asc \ sg_tst_nvme sg_tst_ioctl sg_tst_bidi tst_sg_lib sgs_dd sg_tst_excl \ - sg_tst_excl2 sg_tst_excl3 sg_tst_context sg_tst_async sgh_dd + sg_tst_excl2 sg_tst_excl3 sg_tst_context sg_tst_async sgh_dd \ + sg_mrq_dd EXTRAS = @@ -108,6 +109,9 @@ sg_tst_async: sg_tst_async.o $(LIBFILESNEW) sgh_dd: sgh_dd.o $(LIBFILESNEW) $(CXXLD) -o $@ $(LDFLAGS) -pthread -latomic $^ +sg_mrq_dd: sg_mrq_dd.o $(LIBFILESNEW) + $(CXXLD) -o $@ $(LDFLAGS) -pthread -latomic $^ + install: $(EXECS) install -d $(INSTDIR) -- cgit v1.2.3