Comment out running of tests that don't exist
This commit is contained in:
parent
af94c94a6f
commit
0b8c3ed066
1 changed files with 4 additions and 4 deletions
|
|
@ -413,10 +413,10 @@ unittests: check
|
|||
2>&1 | grep -v '^GuardMalloc:'
|
||||
@sh $(FULLCHECK) $(top_builddir)/ExprTests$(EXEEXT) --verify \
|
||||
2>&1 | grep -v '^GuardMalloc:'
|
||||
@sh $(FULLCHECK) $(top_builddir)/DataTests$(EXEEXT) --verify \
|
||||
2>&1 | grep -v '^GuardMalloc:'
|
||||
@sh $(FULLCHECK) $(top_builddir)/ReportTests$(EXEEXT) --verify \
|
||||
2>&1 | grep -v '^GuardMalloc:'
|
||||
# @sh $(FULLCHECK) $(top_builddir)/DataTests$(EXEEXT) --verify \
|
||||
# 2>&1 | grep -v '^GuardMalloc:'
|
||||
# @sh $(FULLCHECK) $(top_builddir)/ReportTests$(EXEEXT) --verify \
|
||||
# 2>&1 | grep -v '^GuardMalloc:'
|
||||
else
|
||||
unittests: check
|
||||
@test 1 -eq 1
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue