Use --union for hpc sum
authorIustin Pop <iustin@google.com>
Wed, 21 Jul 2010 23:25:44 +0000 (19:25 -0400)
committerIustin Pop <iustin@google.com>
Wed, 21 Jul 2010 23:27:18 +0000 (19:27 -0400)
… which fixes the issue noted in the previous commit (almost a brown
paper bag change).

Makefile

index e59d6dd..41c4917 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -98,7 +98,8 @@ live-test: all
        rm -f *.tix *.mix
        ./live-test.sh
        # combine the tix files
-       hpc sum $(HPCEXCL) $(addsuffix .tix,$(HPROGS)) --output=live-test.tix
+       hpc sum --union $(HPCEXCL) $(addsuffix .tix,$(HPROGS)) \
+         --output=live-test.tix
 ifeq ($(T),markup)
        mkdir -p coverage
        hpc markup --destdir=coverage live-test $(HPCEXCL)