From 443293aaf09eca7c3b88d621d056c4effee2c248 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 10 May 2012 17:54:18 +0200 Subject: Implement option class inheritance For now multiple, non-virtual inheritance is supported. An option class can now also be declared abstract using the class c = 0 {...}; syntax. New option, --exclude-base, controls whether base class information is present in usage and documentation. --- tests/makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/makefile') diff --git a/tests/makefile b/tests/makefile index 432b0a3..9ac2655 100644 --- a/tests/makefile +++ b/tests/makefile @@ -5,7 +5,7 @@ include $(dir $(lastword $(MAKEFILE_LIST)))../build/bootstrap.make -tests := ctor erase file lexer parser specifier +tests := ctor erase file inheritance lexer parser specifier default := $(out_base)/ test := $(out_base)/.test -- cgit v1.1