`annobin` works only when targeting Fedora

And hopefully for other Linux.  Since it is not run on the build os,
`TEST_RUNNABLE` is not suitable for this case.
This commit is contained in:
Nobuyoshi Nakada 2022-05-16 17:56:32 +09:00
parent 641c3830df
commit a7577dbfd3
No known key found for this signature in database
GPG Key ID: 7CD2805BFA3770C6
1 changed files with 3 additions and 3 deletions

View File

@ -1447,10 +1447,10 @@ yes-test-bundler-parallel: yes-test-bundler-prepare
$(PARALLELRSPECOPTS) $(srcdir)/spec/bundler/$(BUNDLER_SPECS) $(PARALLELRSPECOPTS) $(srcdir)/spec/bundler/$(BUNDLER_SPECS)
no-test-bundler-parallel: no-test-bundler-parallel:
test-annocheck: $(TEST_RUNNABLE)-test-annocheck test-annocheck: $(target_os)-test-annocheck
yes-test-annocheck: $(PROGRAM) linux-test-annocheck: $(PROGRAM)
$(tooldir)/test-annocheck.sh $(PROGRAM) $(tooldir)/test-annocheck.sh $(PROGRAM)
no-test-annocheck: PHONY $(target_os)-test-annocheck: PHONY
GEM = up GEM = up
sync-default-gems: sync-default-gems: