X-Git-Url: http://pileus.org/git/?p=grits;a=blobdiff_plain;f=src%2FMakefile.am;fp=src%2FMakefile.am;h=fcf59766b21684b8b0b599dcf57f16a32009d3aa;hp=97ec6ba438d4c633dd5fbd05b57910cb08f2b9ab;hb=2425109a1482baa0124566af649439c8c4fe925b;hpb=ac7156bd84aef88b712f117f7e2f3d847d371719 diff --git a/src/Makefile.am b/src/Makefile.am index 97ec6ba..fcf5976 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -54,23 +54,25 @@ MAINTAINERCLEANFILES = Makefile.in .list.h: glib-genmarshal --prefix=gis_cclosure_marshal --header $< > $@ -test: all +test: all .libs/gis ./gis_test -gdb: all +gdb: all .libs/gis gdb ./gis_test -ddd: all +ddd: all .libs/gis ddd ./gis_test +.libs/gis: plugins/.libs + ln -sf ../plugins/.libs .libs/gis + memcheck: all - LD_LIBRARY_PATH=.libs \ - G_SLICE=always-malloc \ - G_DEBUG=gc-friendly,resident-modules \ - valgrind --track-origins=yes \ - --leak-check=full \ - --leak-resolution=high \ - --num-callers=100 \ - --suppressions=../gtk.suppression \ - .libs/gis_test \ + G_SLICE=always-malloc \ + G_DEBUG=gc-friendly,resident-modules \ + valgrind --track-origins=yes \ + --leak-check=full \ + --leak-resolution=high \ + --num-callers=50 \ + --suppressions=gtk.suppression \ + ./gis_test \ 2> valgrind.out