summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorRoger Leigh <rleigh@debian.org>2013-09-08 17:32:50 +0100
committerRoger Leigh <rleigh@debian.org>2013-09-08 20:08:11 +0100
commit45883d7743a9aa4b749879597e63a72a70bd2c9d (patch)
tree67e106b6f4db781e091a97c0ce053d18887a6495 /test
parent893efce5a1b0c9230904ff72335fafb46d4d65e7 (diff)
downloadschroot-45883d7743a9aa4b749879597e63a72a70bd2c9d.tar.gz
build: Drop CppUnit support
Diffstat (limited to 'test')
-rw-r--r--test/Makefile.am44
1 files changed, 22 insertions, 22 deletions
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 \