chiark / gitweb /
Rename *.test.tcl to test-load.tcl
[chiark-tcl.git] / base / extension.make
index 5cfc951a1c02226227ab6cfe54bb7882a801a1a6..ccc7407a63111f33d551c3396786bb2a5e00e3e9 100644 (file)
@@ -48,11 +48,11 @@ OTHER_DIRS +=       .
 null :=
 space := $(null) #
 
-$(SHLIB).test.tcl:
+test-load.tcl:
                echo >$@ "load $(SHLIB).so"
 
-test-load:     $(SHLIB).so $(SHLIB).test.tcl
+test-load:     $(SHLIB).so test-load.tcl
                @set -x; LD_LIBRARY_PATH=$(subst $(space),:,$(strip $(OTHER_DIRS)))$${LD_LIBRARY_PATH+:}$${LD_LIBRARY_PATH} \
-               tclsh$(TCL_VERSION) $(SHLIB).test.tcl
+               tclsh$(TCL_VERSION) test-load.tcl
 
 include                $(BASE_DIR)/final.make