Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKent Mein <mein@cs.umn.edu>2003-01-30 05:47:29 +0300
committerKent Mein <mein@cs.umn.edu>2003-01-30 05:47:29 +0300
commitc6b5dbbf9b7f628da95fbf22f55c10502f63d534 (patch)
tree014cd650dc27bf9550dcbf65d1540c0a8ac2ce1c /intern/ghost/test
parent2d9d906cb326371677e516983997b969ba7cb6af (diff)
Added multitest to the targets that get built for tests for ghost.
Kent
Diffstat (limited to 'intern/ghost/test')
-rwxr-xr-xintern/ghost/test/Makefile2
1 files changed, 1 insertions, 1 deletions
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