Skip to content

Commit db62b92

Browse files
committed
test programs: compile for execution in place
Signed-off-by: Damien Le Moal <[email protected]>
1 parent 060e5d8 commit db62b92

File tree

8 files changed

+8
-0
lines changed

8 files changed

+8
-0
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
noinst_PROGRAMS += $(top_builddir)/test/programs/zbc_test_close_zone
22
__top_builddir__test_programs_zbc_test_close_zone_SOURCES = test/programs/close_zone/zbc_test_close_zone.c
33
__top_builddir__test_programs_zbc_test_close_zone_LDADD = $(libzbc_ldadd)
4+
__top_builddir__test_programs_zbc_test_close_zone_LDFLAGS = -no-install
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
noinst_PROGRAMS += $(top_builddir)/test/programs/zbc_test_finish_zone
22
__top_builddir__test_programs_zbc_test_finish_zone_SOURCES = test/programs/finish_zone/zbc_test_finish_zone.c
33
__top_builddir__test_programs_zbc_test_finish_zone_LDADD = $(libzbc_ldadd)
4+
__top_builddir__test_programs_zbc_test_finish_zone_LDFLAGS = -no-install
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
noinst_PROGRAMS += $(top_builddir)/test/programs/zbc_test_open_zone
22
__top_builddir__test_programs_zbc_test_open_zone_SOURCES = test/programs/open_zone/zbc_test_open_zone.c
33
__top_builddir__test_programs_zbc_test_open_zone_LDADD = $(libzbc_ldadd)
4+
__top_builddir__test_programs_zbc_test_open_zone_LDFLAGS = -no-install
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
noinst_PROGRAMS += $(top_builddir)/test/programs/zbc_test_print_devinfo
22
__top_builddir__test_programs_zbc_test_print_devinfo_SOURCES = test/programs/print_devinfo/zbc_test_print_devinfo.c
33
__top_builddir__test_programs_zbc_test_print_devinfo_LDADD = $(libzbc_ldadd)
4+
__top_builddir__test_programs_zbc_test_print_devinfo_LDFLAGS = -no-install
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
noinst_PROGRAMS += $(top_builddir)/test/programs/zbc_test_read_zone
22
__top_builddir__test_programs_zbc_test_read_zone_SOURCES = test/programs/read_zone/zbc_test_read_zone.c
33
__top_builddir__test_programs_zbc_test_read_zone_LDADD = $(libzbc_ldadd)
4+
__top_builddir__test_programs_zbc_test_read_zone_LDFLAGS = -no-install
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
noinst_PROGRAMS += $(top_builddir)/test/programs/zbc_test_report_zones
22
__top_builddir__test_programs_zbc_test_report_zones_SOURCES = test/programs/report_zones/zbc_test_report_zones.c
33
__top_builddir__test_programs_zbc_test_report_zones_LDADD = $(libzbc_ldadd)
4+
__top_builddir__test_programs_zbc_test_report_zones_LDFLAGS = -no-install
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
noinst_PROGRAMS += $(top_builddir)/test/programs/zbc_test_reset_write_ptr
22
__top_builddir__test_programs_zbc_test_reset_write_ptr_SOURCES = test/programs/reset_write_ptr/zbc_test_reset_write_ptr.c
33
__top_builddir__test_programs_zbc_test_reset_write_ptr_LDADD = $(libzbc_ldadd)
4+
__top_builddir__test_programs_zbc_test_reset_write_ptr_LDFLAGS = -no-install
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
noinst_PROGRAMS += $(top_builddir)/test/programs/zbc_test_write_zone
22
__top_builddir__test_programs_zbc_test_write_zone_SOURCES = test/programs/write_zone/zbc_test_write_zone.c
33
__top_builddir__test_programs_zbc_test_write_zone_LDADD = $(libzbc_ldadd)
4+
__top_builddir__test_programs_zbc_test_write_zone_LDFLAGS = -no-install

0 commit comments

Comments
 (0)