mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
b0628da359
PR: 14717 Submitted by: maintainer
14 lines
209 B
Makefile
14 lines
209 B
Makefile
# $FreeBSD$
|
|
|
|
SUBDIR = fortran libsrc ncgen ncdump nctest dumper
|
|
|
|
.include <bsd.subdir.mk>
|
|
|
|
test: all
|
|
@for d in ${SUBDIR} ; do \
|
|
echo "===> testing in $$d"; \
|
|
cd $$d; \
|
|
${MAKE} test; \
|
|
cd ..; \
|
|
done
|