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