[libpeas] Fix test-gdb, test-valgrind and test-callgrind rules
- From: Steve Frécinaux <sfre src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libpeas] Fix test-gdb, test-valgrind and test-callgrind rules
- Date: Sun, 6 Mar 2011 15:45:30 +0000 (UTC)
commit e69e2565ea18bf1282f49cb10306442fe2f1159b
Author: Garrett Regier <alias301 gmail com>
Date: Sun Mar 6 06:28:21 2011 -0800
Fix test-gdb, test-valgrind and test-callgrind rules
Makefile.am | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index 0eefef5..602b52d 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -31,7 +31,7 @@ test test-report perf-report full-report: all
if GDB_ENABLED
-test-gdb:
+test-gdb: all
@cd tests && $(MAKE) $(AM_MAKEFLAGS) $(@)
else
@@ -43,7 +43,7 @@ endif # GDB_ENABLED
if VALGRIND_ENABLED
-test-valgrind test-callgrind:
+test-valgrind test-callgrind: all
@cd tests && $(MAKE) $(AM_MAKEFLAGS) $(@)
else
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]