From c6b5dbbf9b7f628da95fbf22f55c10502f63d534 Mon Sep 17 00:00:00 2001 From: Kent Mein Date: Thu, 30 Jan 2003 02:47:29 +0000 Subject: [PATCH] Added multitest to the targets that get built for tests for ghost. Kent --- intern/ghost/test/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/intern/ghost/test/Makefile b/intern/ghost/test/Makefile index bbd1988a778..ded21c32cc6 100755 --- a/intern/ghost/test/Makefile +++ b/intern/ghost/test/Makefile @@ -35,7 +35,7 @@ LIBNAME = ghost SOURCEDIR = intern/$(LIBNAME)/test DIR = $(OCGDIR)/$(SOURCEDIR) -DIRS = gears +DIRS = gears multitest include nan_subdirs.mk