X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=contrib%2Fsb-sprof%2FMakefile;fp=contrib%2Fsb-sprof%2FMakefile;h=7373c721e7acd548b14e6f5a39af1fc46c977597;hb=37d3828773e2f847bb1ed7522b0af4fb8e736fc8;hp=463ae52b1362ecbd104033ebd9df86477ba9ee4d;hpb=daa6f0ce672d8dc60176ff885da18e44ee0355c6;p=sbcl.git diff --git a/contrib/sb-sprof/Makefile b/contrib/sb-sprof/Makefile index 463ae52..7373c72 100644 --- a/contrib/sb-sprof/Makefile +++ b/contrib/sb-sprof/Makefile @@ -2,4 +2,4 @@ MODULE=sb-sprof include ../vanilla-module.mk test:: - true + $(SBCL) --eval '(load (format nil "SYS:CONTRIB;~:@(~A~);TEST.LISP" "$(MODULE)"))'