summaryrefslogtreecommitdiff
path: root/tests/library/GNUmakefile
blob: 18ae8aaf1f5e47f94308265834e363eab4b4c260 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
TOPDIR = ../..

INCLUDE_DIRS = \
	-I$(TOPDIR)/include/wolf -I. -I$(TOPDIR)/src

INCLUDE_LIBS = \
	$(TOPDIR)/src/libwolf.a

TEST_BINS = \
	test_loader$(EXE)

-include $(TOPDIR)/makefiles/gmake/sub.mk

local_all:
	
local_clean:

local_distclean:

local_test:
	@echo "Testing loading of a library and executing a function therein.."
	@./test_loader >/dev/null