1--- old/Makefile 2005-03-13 09:00:29.000000000 -0500
2+++ new/Makefile 2010-08-26 14:20:34.515785557 -0400
3@@ -67,10 +67,10 @@
4 testall: test testopt
5 .PHONY: test
6 test: unittest
7- ./unittest
8+ LD_LIBRARY_PATH=. ./unittest
9 .PHONY: testopt
10 testopt: unittest.opt
11- ./unittest.opt
12+ LD_LIBRARY_PATH=. ./unittest.opt
13 unittest: all unittest.ml
14 $(OCAMLFIND) ocamlc -o unittest -package oUnit -ccopt -L. -linkpkg \
15 $(ARCHIVE) unittest.ml