diff options
author | Constantin Michael <constantin@codesynthesis.com> | 2011-10-17 09:54:14 +0200 |
---|---|---|
committer | Constantin Michael <constantin@codesynthesis.com> | 2011-10-21 13:29:10 +0200 |
commit | 049aa1e88958815a61e779f65e4c601fec104a10 (patch) | |
tree | 6074ddd55fd63a64169af4492f77c253a72aabb6 /oracle/makefile | |
parent | 8295852a42e7dc178ee9cf94df746a85dda48b05 (diff) |
Add Oracle types test
Diffstat (limited to 'oracle/makefile')
-rw-r--r-- | oracle/makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/oracle/makefile b/oracle/makefile index 7b7453b..8073a94 100644 --- a/oracle/makefile +++ b/oracle/makefile @@ -6,7 +6,8 @@ include $(dir $(lastword $(MAKEFILE_LIST)))../build/bootstrap.make tests := \ -native +native \ +types default := $(out_base)/ dist := $(out_base)/.dist |