From f26bb872bf4f043a1b817c808a6947fcb03ecda4 Mon Sep 17 00:00:00 2001 From: Douglas Gilbert Date: Sun, 17 Apr 2022 14:15:24 +0000 Subject: sg_lib: add hex2fp(); sg_rtpg: https://github.com/hreinecke/sg3_utils/pull/79 applies; json_builder work git-svn-id: https://svn.bingwo.ca/repos/sg3_utils/trunk@944 6180dd3e-e324-4e3e-922d-17de1ae2f315 --- testing/Makefile | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'testing/Makefile') diff --git a/testing/Makefile b/testing/Makefile index 46d00a2e..5d05ad5a 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_take_snap + sg_mrq_dd sg_iovec_tst sg_take_snap sg_tst_json_builder EXTRAS = @@ -49,7 +49,8 @@ LIBFILESOLD = ../lib/sg_lib.o ../lib/sg_lib_data.o ../lib/sg_io_linux.o LIBFILESNEW = ../lib/sg_pt_linux_nvme.o ../lib/sg_lib.o ../lib/sg_lib_data.o \ ../lib/sg_pt_linux.o ../lib/sg_io_linux.o \ ../lib/sg_pt_common.o ../lib/sg_cmds_basic.o \ - ../lib/sg_cmds_basic2.o ../lib/sg_lib_names.o + ../lib/sg_cmds_basic2.o ../lib/sg_lib_names.o \ + ../lib/sg_json_builder.o all: $(EXECS) @@ -63,7 +64,7 @@ depend dep: done > .depend clean: - /bin/rm -f *.o $(EXECS) $(EXTRAS) $(BSG_EXTRAS) core .depend + /bin/rm -f *.o $(EXECS) $(EXTRAS) $(BSG_EXTRAS) json_writer core .depend sg_sense_test: sg_sense_test.o $(LIBFILESOLD) $(LD) -o $@ $(LDFLAGS) $^ @@ -120,6 +121,9 @@ sg_iovec_tst: sg_iovec_tst.o sg_scat_gath.o $(LIBFILESNEW) sg_take_snap: sg_take_snap.o $(LIBFILESNEW) $(LD) -o $@ $(LDFLAGS) $^ +sg_tst_json_builder: sg_tst_json_builder.o $(LIBFILESNEW) + $(LD) -o $@ $(LDFLAGS) $^ + install: $(EXECS) install -d $(INSTDIR) -- cgit v1.2.3