
Module: ppl/ppl Branch: master Commit: b492ed70728e112aaafabe79d1e91cd40fc383eb URL: http://www.cs.unipr.it/git/gitweb.cgi?p=ppl/ppl.git;a=commit;h=b492ed70728e1...
Author: Roberto Bagnara bagnara@cs.unipr.it Date: Wed Feb 17 15:39:01 2010 +0100
Test program renamed.
---
Watchdog/tests/Makefile.am | 4 ++-- Watchdog/tests/{simple1.cc => watchdog1.cc} | 0 2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/Watchdog/tests/Makefile.am b/Watchdog/tests/Makefile.am index 04bbdca..05fd8b2 100644 --- a/Watchdog/tests/Makefile.am +++ b/Watchdog/tests/Makefile.am @@ -55,7 +55,7 @@ pwl_test.hh EXTRA_DIST = valgrind_suppressions
TESTS = \ -simple1 +watchdog1
XFAIL_TESTS =
@@ -63,7 +63,7 @@ XFAIL_TESTS = # Sources for the tests #
-simple1_SOURCES = simple1.cc +watchdog1_SOURCES = watchdog1.cc
check_PROGRAMS = $(TESTS)
diff --git a/Watchdog/tests/simple1.cc b/Watchdog/tests/watchdog1.cc similarity index 100% rename from Watchdog/tests/simple1.cc rename to Watchdog/tests/watchdog1.cc