Loading .gitignore +1 −0 Original line number Diff line number Diff line Loading @@ -3,3 +3,4 @@ .#* uses.dot nytprof.out nytprof Makefile +5 −0 Original line number Diff line number Diff line Loading @@ -21,6 +21,11 @@ uses.dot: $(PERLSOURCES) Makefile test: ./Lis.pl tests/run-tests.lisp profile: perl -d:NYTProf Lis.pl tests/run-tests.lisp nytprofhtml nytprof.out echo http://64927.de/nytprof/ step-tests: for i in tests/0*.lisp; do \ ./Lis.pl tests/run-tests.lisp $$i; \ Loading Loading
.gitignore +1 −0 Original line number Diff line number Diff line Loading @@ -3,3 +3,4 @@ .#* uses.dot nytprof.out nytprof
Makefile +5 −0 Original line number Diff line number Diff line Loading @@ -21,6 +21,11 @@ uses.dot: $(PERLSOURCES) Makefile test: ./Lis.pl tests/run-tests.lisp profile: perl -d:NYTProf Lis.pl tests/run-tests.lisp nytprofhtml nytprof.out echo http://64927.de/nytprof/ step-tests: for i in tests/0*.lisp; do \ ./Lis.pl tests/run-tests.lisp $$i; \ Loading