aboutsummaryrefslogtreecommitdiff
path: root/Makefile.common
diff options
context:
space:
mode:
authorMax Horn2006-03-29 10:35:45 +0000
committerMax Horn2006-03-29 10:35:45 +0000
commitb1514bb833339526b53e9638bffa5eb214fae8ef (patch)
tree26f084bb3f5a38039446d26962891b3df6d712bb /Makefile.common
parentebeaa6a5c10101cab91bc151d69a6f31eed6b819 (diff)
downloadscummvm-rg350-b1514bb833339526b53e9638bffa5eb214fae8ef.tar.gz
scummvm-rg350-b1514bb833339526b53e9638bffa5eb214fae8ef.tar.bz2
scummvm-rg350-b1514bb833339526b53e9638bffa5eb214fae8ef.zip
Added a minimal README for our unit tests, and moved their build rule to a new test/module.mk file
svn-id: r21490
Diffstat (limited to 'Makefile.common')
-rw-r--r--Makefile.common2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.common b/Makefile.common
index ef442c6cad..9ebf287f1f 100644
--- a/Makefile.common
+++ b/Makefile.common
@@ -31,7 +31,7 @@ DEPDIR := .deps
# Module settings
######################################################################
-MODULES := tools base $(MODULES)
+MODULES := test tools base $(MODULES)
-include $(srcdir)/engines/module.mk