From eb6db73f663df4eef48517a4dae62240c90783ff Mon Sep 17 00:00:00 2001 From: Benjamin Barenblat Date: Tue, 27 Jun 2023 17:03:22 -0400 Subject: Run unit tests out of the `static` directory 136c2572f4d6e6ab8ae02f74d691634874458184 set tests to build in the `static` directory rather than the `shared` directory. Unfortunately, it neglected to set the tests to _run_ out of the `static` directory, which disabled all the tests. Set the tests to run out of `static`. --- debian/changelog | 7 +++++++ debian/rules | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index c19668f9..70a57c02 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +abseil (20230125.3-2) UNRELEASED; urgency=medium + + * Reenable unit tests, which were accidentally disabled in the previous + version. + + -- Benjamin Barenblat Tue, 27 Jun 2023 17:00:12 -0400 + abseil (20230125.3-1) experimental; urgency=medium * New upstream release. (Closes: #1033466, #1034908) diff --git a/debian/rules b/debian/rules index 16d92626..e835a80d 100755 --- a/debian/rules +++ b/debian/rules @@ -53,7 +53,7 @@ override_dh_auto_build: ifeq ($(ABSL_RUN_TESTS),ON) override_dh_auto_test: - dh_auto_test -Bshared $(ABSL_TEST_EXTRA_ARGS) + dh_auto_test -Bstatic $(ABSL_TEST_EXTRA_ARGS) endif override_dh_auto_install: -- cgit v1.2.3