From 18e5490a1d36da346b079497bfb410edd6dd5ab8 Mon Sep 17 00:00:00 2001
From: Boris Kolpackov <boris@codesynthesis.com>
Date: Fri, 20 Aug 2010 10:00:34 +0200
Subject: Test C++ type handling (anonymous types, aliasing)

---
 tracer/makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

(limited to 'tracer/makefile')

diff --git a/tracer/makefile b/tracer/makefile
index 41368ea..03b8747 100644
--- a/tracer/makefile
+++ b/tracer/makefile
@@ -7,7 +7,8 @@ include $(dir $(lastword $(MAKEFILE_LIST)))../build/bootstrap.make
 
 tests :=      \
 object        \
-transaction
+transaction   \
+types
 
 default   := $(out_base)/
 test      := $(out_base)/.test
-- 
cgit v1.1