From 3eca65ae2a191c8a94138c4dea4286a9a9011ff0 Mon Sep 17 00:00:00 2001 From: Douglas Gilbert Date: Thu, 1 Apr 2021 04:53:56 +0000 Subject: move some hex file from examples to inhex directory; add testing/sg_take_snap; remove no_waitq from testing git-svn-id: https://svn.bingwo.ca/repos/sg3_utils/trunk@893 6180dd3e-e324-4e3e-922d-17de1ae2f315 --- testing/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'testing/Makefile') diff --git a/testing/Makefile b/testing/Makefile index ac152d8d..14ee0d27 100644 --- a/testing/Makefile +++ b/testing/Makefile @@ -7,7 +7,7 @@ MANDIR=$(DESTDIR)/$(PREFIX)/man EXECS = 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_mrq_dd sg_iovec_tst + sg_mrq_dd sg_iovec_tst sg_take_snap EXTRAS = @@ -117,6 +117,9 @@ sg_mrq_dd: sg_mrq_dd.o sg_scat_gath.o $(LIBFILESNEW) sg_iovec_tst: sg_iovec_tst.o sg_scat_gath.o $(LIBFILESNEW) $(CXXLD) -o $@ $(LDFLAGS) -pthread -latomic $^ +sg_take_snap: sg_take_snap.o $(LIBFILESNEW) + $(LD) -o $@ $(LDFLAGS) $^ + install: $(EXECS) install -d $(INSTDIR) -- cgit v1.2.3