aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--community/ldc/01-conf.patch (renamed from testing/ldc/01-conf.patch)0
-rw-r--r--community/ldc/APKBUILD (renamed from testing/ldc/APKBUILD)3
2 files changed, 3 insertions, 0 deletions
diff --git a/testing/ldc/01-conf.patch b/community/ldc/01-conf.patch
index ad01f92d58..ad01f92d58 100644
--- a/testing/ldc/01-conf.patch
+++ b/community/ldc/01-conf.patch
diff --git a/testing/ldc/APKBUILD b/community/ldc/APKBUILD
index ea4e700519..d1008d7e3d 100644
--- a/testing/ldc/APKBUILD
+++ b/community/ldc/APKBUILD
@@ -47,6 +47,9 @@ build() {
$CMAKE_CROSSOPTS "$builddir"
make
+ # Build the test runners
+ make all-test-runners
+
# CMake added the rpaths to the shared libs - strip them
chrpath -d "$builddir"/lib/*.so*
}