You've already forked macports-base
mirror of
https://github.com/macports/macports-base.git
synced 2026-07-12 18:18:43 -07:00
dc9b17c26a
This also means we no longer need to reinplace the macports user's username into the test file, so there's no longer a need to generate it using configure.
22 lines
335 B
Makefile
22 lines
335 B
Makefile
srcdir = @srcdir@
|
|
VPATH = @srcdir@
|
|
|
|
include ../Mk/macports.autoconf.mk
|
|
|
|
all:: ../Mk/macports.autoconf.mk
|
|
|
|
install::
|
|
|
|
# Run all regression tests
|
|
# tclsh test.tcl -h for more options.
|
|
test::
|
|
$(TEST_TCLSH) $(srcdir)/test.tcl -nocolor
|
|
|
|
clean::
|
|
|
|
distclean:: clean
|
|
rm -f Makefile
|
|
rm -f test.tcl
|
|
rm -f test-tclsh
|
|
rm -f test/library.tcl
|