diff -r 32c3548ecc2a -r afbdf8a3a633 src/test/makefile --- a/src/test/makefile Thu Apr 29 19:38:53 2004 +0000 +++ b/src/test/makefile Thu Apr 29 22:39:17 2004 +0000 @@ -2,7 +2,7 @@ CXXFLAGS += -Wall -O3 -ansi -pedantic $(INCLUDEDIRS) #LEDAROOT ?= /ledasrc/LEDA-4.1 -BINARIES = dijkstra_heap_test unionfind_test +BINARIES = dijkstra_heap_test unionfind_test error_test ifdef GCCVER CXX := g++-$(GCCVER)