aboutsummaryrefslogtreecommitdiff
path: root/test/module.mk
diff options
context:
space:
mode:
authorMax Horn2011-06-08 14:58:53 +0200
committerMax Horn2011-06-08 14:58:53 +0200
commit8db8a0b3fc597c5c57f17ff4dd940bfd7baa216e (patch)
tree7796b43a0c451d89cf6f931e7d18324468e1ddb0 /test/module.mk
parent28c5d298f592e14468b722a781024298c3c8fa7b (diff)
downloadscummvm-rg350-8db8a0b3fc597c5c57f17ff4dd940bfd7baa216e.tar.gz
scummvm-rg350-8db8a0b3fc597c5c57f17ff4dd940bfd7baa216e.tar.bz2
scummvm-rg350-8db8a0b3fc597c5c57f17ff4dd940bfd7baa216e.zip
TEST: Remove backends hack again
Diffstat (limited to 'test/module.mk')
-rw-r--r--test/module.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/module.mk b/test/module.mk
index bed2dff04f..4e5cbf62e1 100644
--- a/test/module.mk
+++ b/test/module.mk
@@ -6,7 +6,7 @@
######################################################################
TESTS := $(srcdir)/test/common/*.h $(srcdir)/test/audio/*.h
-TEST_LIBS := backends/libbackends.a audio/libaudio.a common/libcommon.a
+TEST_LIBS := audio/libaudio.a common/libcommon.a
#
TEST_FLAGS := --runner=StdioPrinter --no-std --no-eh