Skip to content

Commit

Permalink
Cannot run CppUTestExtTests with -p
Browse files Browse the repository at this point in the history
because TEST_GROUP(TestOrderedTestMacro) would have to fail.
  • Loading branch information
Arnd R. Strube committed Dec 29, 2014
1 parent 4673b47 commit e34e4b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,7 @@ check_all: check_basic check_special_situations check_coverage check_examples ch
make distclean; $(srcdir)/configure; make check;
@echo "Check running tests repeatedly"
$(RUN_CPPUTEST_TESTS) - r; $(RUN_CPPUTESTEXT_TESTS) -r
@echo "Check running tests in separate process"
$(RUN_CPPUTEST_TESTS) -p; $(RUN_CPPUTESTEXT_TESTS) -p
@echo "Check running tests in separate process (CppUTestExtTests TEST_GROUP(TestOrderedTestMacro) would have to fail)"
$(RUN_CPPUTEST_TESTS) -p;


0 comments on commit e34e4b7

Please sign in to comment.