diff options
Diffstat (limited to 'evolution/makefile')
-rw-r--r-- | evolution/makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/evolution/makefile b/evolution/makefile index f9e1d25..3cead91 100644 --- a/evolution/makefile +++ b/evolution/makefile @@ -7,6 +7,8 @@ include $(dir $(lastword $(MAKEFILE_LIST)))../build/bootstrap.make tests := \ add-table \ drop-table \ +add-index \ +drop-index \ template default := $(out_base)/ |