Volltextergebnisse:
- string_operations
- ... builddir = ... BASHPROG = bash MODULES = moduleA moduleB testdir = $(top_srcdir)/tests test_FILES = $(foreach f, $(MODULES), $(testdir)/$(f).test) test_TARGETS = test-modules test_ENV = PATH=$(builddir):$(testdir):$(... MD = $(test_ENV) $(BASHPROG) .PHONY: test-modules test-modules: ifneq ($(strip $(test_FILES)),)

