Files
macports-base/tests/Makefile.in
T
Clemens Lang dc9b17c26a tests: Fix trace test to run in source (and skip if root)
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.
2026-04-12 14:29:41 +02:00

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