openSUSE/open-build-service

View on GitHub
Makefile.targets

Summary

Maintainability
Test Coverage
# some sortcuts
test: test_unit

test_all: test_unit test_system

t: test

ta: test_all

ts: test_system