summaryrefslogtreecommitdiff
path: root/tests/modules
diff options
context:
space:
mode:
authorAndreas Baumann <abaumann@yahoo.com>2012-08-20 09:18:31 +0200
committerAndreas Baumann <abaumann@yahoo.com>2012-08-20 09:18:31 +0200
commitf3e293d0b4f6d51e9b3e9ea8f0c3b8cfe76b7793 (patch)
treee6d6056fc9e0185e5e7cf13a48c09f230590bb61 /tests/modules
parente2289e28a55f0f340103cf0cc99d08fc63f48887 (diff)
downloadcrawler-f3e293d0b4f6d51e9b3e9ea8f0c3b8cfe76b7793.tar.gz
crawler-f3e293d0b4f6d51e9b3e9ea8f0c3b8cfe76b7793.tar.bz2
module test fixes
Diffstat (limited to 'tests/modules')
-rwxr-xr-xtests/modules/Base.hpp1
-rwxr-xr-xtests/modules/GNUmakefile2
-rwxr-xr-xtests/modules/testmod/GNUmakefile2
3 files changed, 3 insertions, 2 deletions
diff --git a/tests/modules/Base.hpp b/tests/modules/Base.hpp
index 688bc4c..db6a8ad 100755
--- a/tests/modules/Base.hpp
+++ b/tests/modules/Base.hpp
@@ -4,6 +4,7 @@
class Base
{
public:
+ virtual ~Base( ) { }
virtual void hello( ) = 0;
};
diff --git a/tests/modules/GNUmakefile b/tests/modules/GNUmakefile
index 5466d1c..76e131f 100755
--- a/tests/modules/GNUmakefile
+++ b/tests/modules/GNUmakefile
@@ -24,4 +24,4 @@ local_clean:
local_distclean:
local_test:
-# @./exec_test test1 "TypeList and TypeTraits"
+ @./exec_test test1 "Module loader"
diff --git a/tests/modules/testmod/GNUmakefile b/tests/modules/testmod/GNUmakefile
index 5211655..233f65e 100755
--- a/tests/modules/testmod/GNUmakefile
+++ b/tests/modules/testmod/GNUmakefile
@@ -5,7 +5,7 @@ SUBDIRS =
-include $(TOPDIR)/makefiles/gmake/platform.mk
INCLUDE_DIRS = \
- -I. -I$(TOPDIR)/src
+ -I. -I$(TOPDIR)/src -I..
INCLUDE_CXXFLAGS = \