Commit f60c336cd5bf601a7cfefd79c8910f6ff5d5ce5d

Authored by perry.werneck@gmail.com
1 parent 96a06833
Exists in master

ajuste

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
latest/Makefile.in
@@ -146,7 +146,7 @@ libtest: testprogram@EXEEXT@ @@ -146,7 +146,7 @@ libtest: testprogram@EXEEXT@
146 146
147 chklib: testprogram@EXEEXT@ 147 chklib: testprogram@EXEEXT@
148 ifeq ($(VALGRIND),no) 148 ifeq ($(VALGRIND),no)
149 - @$(BINDBG)/testprogram@EXEEXT@ 149 + @./testprogram@EXEEXT@
150 else 150 else
151 @G_DEBUG=gc-friendly G_SLICE=always-malloc \$(VALGRIND) --leak-check=full ./testprogram@EXEEXT@ 151 @G_DEBUG=gc-friendly G_SLICE=always-malloc \$(VALGRIND) --leak-check=full ./testprogram@EXEEXT@
152 endif 152 endif