diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2010-08-20 10:00:34 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2010-08-20 10:00:34 +0200 |
commit | 18e5490a1d36da346b079497bfb410edd6dd5ab8 (patch) | |
tree | bf4b947a02b67319a422c08b55d76cd83cbdf28b /tracer/makefile | |
parent | 1d2a288f2f9ae248b1e39ba7ecf7710adc718773 (diff) |
Test C++ type handling (anonymous types, aliasing)
Diffstat (limited to 'tracer/makefile')
-rw-r--r-- | tracer/makefile | 3 |
1 files changed, 2 insertions, 1 deletions
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 |