Dactyloidae/mobile/ios/ThirdParty/SQLite.swift/Tests/CocoaPods/Makefile
2026-06-26 21:04:09 -07:00

13 lines
213 B
Makefile

test: install repo_update
@set -e; \
for test in *_test.rb; do \
bundle exec ./$$test; \
done
repo_update:
@bundle exec pod repo update --silent
install:
@bundle install --path gems
.PHONY: test install