From 45883d7743a9aa4b749879597e63a72a70bd2c9d Mon Sep 17 00:00:00 2001 From: Roger Leigh Date: Sun, 8 Sep 2013 17:32:50 +0100 Subject: build: Drop CppUnit support --- test/Makefile.am | 44 ++++++++++++++++++++++---------------------- 1 file changed, 22 insertions(+), 22 deletions(-) (limited to 'test') diff --git a/test/Makefile.am b/test/Makefile.am index 9aef2c3a..0dfd069a 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -97,88 +97,88 @@ endif test_sbuild_chroot_chroot_SOURCES = \ test/sbuild/chroot/chroot.cc \ test/sbuild/chroot/chroot.h -test_sbuild_chroot_chroot_LDADD = lib/test/libtest2.la +test_sbuild_chroot_chroot_LDADD = lib/test/libtest.la test_sbuild_chroot_plain_SOURCES = \ test/sbuild/chroot/plain.cc \ test/sbuild/chroot/chroot.h -test_sbuild_chroot_plain_LDADD = lib/test/libtest2.la +test_sbuild_chroot_plain_LDADD = lib/test/libtest.la test_sbuild_chroot_custom_SOURCES = \ test/sbuild/chroot/custom.cc \ test/sbuild/chroot/chroot.h -test_sbuild_chroot_custom_LDADD = lib/test/libtest2.la +test_sbuild_chroot_custom_LDADD = lib/test/libtest.la test_sbuild_chroot_file_SOURCES = \ test/sbuild/chroot/file.cc \ test/sbuild/chroot/chroot.h -test_sbuild_chroot_file_LDADD = lib/test/libtest2.la +test_sbuild_chroot_file_LDADD = lib/test/libtest.la test_sbuild_chroot_directory_SOURCES = \ test/sbuild/chroot/directory.cc \ test/sbuild/chroot/chroot.h -test_sbuild_chroot_directory_LDADD = lib/test/libtest2.la +test_sbuild_chroot_directory_LDADD = lib/test/libtest.la test_sbuild_chroot_block_device_SOURCES = \ $(test_sbuild_chroot_blockdev_sources) \ test/sbuild/chroot/chroot.h -test_sbuild_chroot_block_device_LDADD = lib/test/libtest2.la +test_sbuild_chroot_block_device_LDADD = lib/test/libtest.la test_sbuild_chroot_lvm_snapshot_SOURCES = \ $(test_sbuild_chroot_lvmsnap_sources) \ test/sbuild/chroot/chroot.h -test_sbuild_chroot_lvm_snapshot_LDADD = lib/test/libtest2.la +test_sbuild_chroot_lvm_snapshot_LDADD = lib/test/libtest.la test_sbuild_chroot_btrfs_snapshot_SOURCES = \ $(test_sbuild_chroot_btrfssnap_sources) \ test/sbuild/chroot/chroot.h -test_sbuild_chroot_btrfs_snapshot_LDADD = lib/test/libtest2.la +test_sbuild_chroot_btrfs_snapshot_LDADD = lib/test/libtest.la test_sbuild_chroot_loopback_SOURCES = \ $(test_sbuild_chroot_loopback_sources) \ test/sbuild/chroot/chroot.h -test_sbuild_chroot_loopback_LDADD = lib/test/libtest2.la +test_sbuild_chroot_loopback_LDADD = lib/test/libtest.la test_sbuild_chroot_facet_userdata_SOURCES = \ test/sbuild/chroot/facet/userdata.cc \ test/sbuild/chroot/chroot.h -test_sbuild_chroot_facet_userdata_LDADD = lib/test/libtest2.la +test_sbuild_chroot_facet_userdata_LDADD = lib/test/libtest.la test_sbuild_chroot_config_SOURCES = test/sbuild/chroot/config.cc -test_sbuild_chroot_config_LDADD = lib/test/libtest2.la +test_sbuild_chroot_config_LDADD = lib/test/libtest.la test_sbuild_environment_SOURCES = test/sbuild/environment.cc -test_sbuild_environment_LDADD = lib/test/libtest2.la +test_sbuild_environment_LDADD = lib/test/libtest.la test_sbuild_keyfile_SOURCES = test/sbuild/keyfile.cc -test_sbuild_keyfile_LDADD = lib/test/libtest2.la +test_sbuild_keyfile_LDADD = lib/test/libtest.la test_sbuild_lock_SOURCES = test/sbuild/lock.cc -test_sbuild_lock_LDADD = lib/test/libtest2.la +test_sbuild_lock_LDADD = lib/test/libtest.la test_sbuild_log_SOURCES = test/sbuild/log.cc -test_sbuild_log_LDADD = lib/test/libtest2.la +test_sbuild_log_LDADD = lib/test/libtest.la test_sbuild_nostream_SOURCES = test/sbuild/nostream.cc -test_sbuild_nostream_LDADD = lib/test/libtest2.la +test_sbuild_nostream_LDADD = lib/test/libtest.la test_sbuild_parse_value_SOURCES = test/sbuild/parse-value.cc -test_sbuild_parse_value_LDADD = lib/test/libtest2.la +test_sbuild_parse_value_LDADD = lib/test/libtest.la test_sbuild_personality_SOURCES = test/sbuild/personality.cc -test_sbuild_personality_LDADD = lib/test/libtest2.la +test_sbuild_personality_LDADD = lib/test/libtest.la test_sbuild_regex_SOURCES = test/sbuild/regex.cc -test_sbuild_regex_LDADD = lib/test/libtest2.la +test_sbuild_regex_LDADD = lib/test/libtest.la test_sbuild_run_parts_SOURCES = test/sbuild/run-parts.cc -test_sbuild_run_parts_LDADD = lib/test/libtest2.la +test_sbuild_run_parts_LDADD = lib/test/libtest.la test_sbuild_util_SOURCES = test/sbuild/util.cc -test_sbuild_util_LDADD = lib/test/libtest2.la +test_sbuild_util_LDADD = lib/test/libtest.la test_bin_common_option_action_SOURCES = test/bin-common/option-action.cc -test_bin_common_option_action_LDADD = $(top_builddir)/lib/bin-common/libbin-common.la lib/test/libtest2.la +test_bin_common_option_action_LDADD = $(top_builddir)/lib/bin-common/libbin-common.la lib/test/libtest.la EXTRA_DIST += \ test/keyfile.ex1 \ -- cgit v1.2.3