From 3927e179543b5091e6805cd6bd0974199ae37159 Mon Sep 17 00:00:00 2001 From: Ryan Date: Mon, 2 Sep 2024 01:53:43 +0200 Subject: [PATCH] asd --- .gitea/workflows/on-push.yaml | 2 +- libcopy-test/buildfile | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/on-push.yaml b/.gitea/workflows/on-push.yaml index 1cecf54..4497549 100644 --- a/.gitea/workflows/on-push.yaml +++ b/.gitea/workflows/on-push.yaml @@ -13,4 +13,4 @@ jobs: - name: Build run: cd /build && bpkg build --yes $GITHUB_SERVER_URL/$GITHUB_REPOSITORY.git##$GITHUB_SHA - name: Test - run: cd /build && bpkg test --yes libcopy-test + run: cd /build && bpkg test libcopy-test diff --git a/libcopy-test/buildfile b/libcopy-test/buildfile index 977689c..be636d0 100644 --- a/libcopy-test/buildfile +++ b/libcopy-test/buildfile @@ -2,6 +2,8 @@ intf_libs = # Interface dependencies. impl_libs = # Implementation dependencies. #import xxxx_libs += libhello%lib{hello} +import impl_libs =+ libarc-uri%lib{arc-uri} + lib{copy-test}: {hxx ixx txx cxx}{** -version} hxx{version} $impl_libs $intf_libs hxx{version}: in{version} $src_root/manifest