Template
9 lines
277 B
Makefile
9 lines
277 B
Makefile
# Top-level Makefile.am: recursion into src/ plus the test harness.
|
|
# `make check` runs tests/run.sh through automake's parallel test harness
|
|
# (genuinely executed - the harness propagates the script's exit code).
|
|
|
|
SUBDIRS = src
|
|
|
|
TESTS = tests/run.sh
|
|
EXTRA_DIST = tests/run.sh
|