aboutsummaryrefslogtreecommitdiff
path: root/Makefile
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
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')
-rw-r--r--Makefile19
1 files changed, 1 insertions, 18 deletions
diff --git a/Makefile b/Makefile
index 7cfdc02331..a9f69cf307 100644
--- a/Makefile
+++ b/Makefile
@@ -68,23 +68,6 @@ deb:
debian/prepare
fakeroot debian/rules binary
-#######################################################################
-# Unit/regression tests #
-# In order to use 'make test' you have to install cxxtest inside the #
-# test/cxxtest dir. Get it from http://cxxtest.sourceforge.net. #
-#######################################################################
-
-CXXTEST := test/cxxtest
-TESTS := test/common/*.h
-CPPFLAGS += -I$(CXXTEST)
-test: runner
- ./runner
-runner: runner.o common/libcommon.a
- $(CXX) -o $@ $+
-runner.cpp: $(TESTS)
- $(CXXTEST)/cxxtestgen.py --error-printer -o $@ $+
-
-
# Special target to create a application wrapper for Mac OS X
bundle_name = ScummVM.app
@@ -159,4 +142,4 @@ win32dist: scummvm$(EXEEXT)
u2d $(WIN32PATH)/*.txt
-.PHONY: deb bundle test osxsnap win32dist dist install uninstall
+.PHONY: deb bundle osxsnap win32dist dist install uninstall