From e2289e28a55f0f340103cf0cc99d08fc63f48887 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Mon, 20 Aug 2012 09:12:44 +0200 Subject: added a module test (Windows) --- tests/modules/testmod/GNUmakefile | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100755 tests/modules/testmod/GNUmakefile (limited to 'tests/modules/testmod/GNUmakefile') diff --git a/tests/modules/testmod/GNUmakefile b/tests/modules/testmod/GNUmakefile new file mode 100755 index 0000000..5211655 --- /dev/null +++ b/tests/modules/testmod/GNUmakefile @@ -0,0 +1,39 @@ +TOPDIR = ../../.. + +SUBDIRS = + +-include $(TOPDIR)/makefiles/gmake/platform.mk + +INCLUDE_DIRS = \ + -I. -I$(TOPDIR)/src + +INCLUDE_CXXFLAGS = \ + +INCLUDE_LDFLAGS = \ + +INCLUDE_LIBS = \ + $(TOPDIR)/src/libcrawler.a + +DYNAMIC_MODULE = \ + mod_test.so + +STATIC_LIB = \ + libtest.a + +CPP_OBJS = \ + TestMod.o + +-include $(TOPDIR)/makefiles/gmake/sub.mk + +local_all: + +local_clean: + +local_distclean: + +local_install: + +local_uninstall: + +local_test: + -- cgit v1.2.3-54-g00ecf