# HG changeset patch # User thomask # Date 1098525957 0 # Node ID 9ca076fc9ce9144fc42debbd4effc6bcc290c1d6 # Parent a0017ce7c6392e14ac7a0e46097fe2d8217f947d fixed mangling of html test names diff -r a0017ce7c639 -r 9ca076fc9ce9 Makefile --- a/Makefile Fri Oct 22 20:32:23 2004 +0000 +++ b/Makefile Sat Oct 23 10:05:57 2004 +0000 @@ -170,7 +170,7 @@ fi %.$(ext_run) : %.$(ext_source_html) Makefile - $(eval z_name = $(subst .$(ext_unittest_run),,$@)) + $(eval z_name = $(subst .$(ext_run),,$@)) @if $(DMD) $(DFLAGS) -od$(OBJ_DIR) -of$@ $< $(to_log); then \ if $@ $(to_log); then \ $(ECHO) "PASS: $(z_name)"; \