summaryrefslogtreecommitdiff
path: root/tests/libcurlpp/GNUmakefile
blob: de0462ae970811990dc8fbcd594f26f9c97e5054 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
TOPDIR = ../..

SUBDIRS =

INCLUDE_DIRS = $(shell pkg-config --cflags curlpp)

INCLUDE_LDFLAGS = $(shell pkg-config --libs-only-L curlpp)

INCLUDE_LIBS = $(shell pkg-config --libs-only-l curlpp)

TEST_CPP_BINS = \
	test1$(EXE) \
	test2$(EXE)

OBJS =

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

local_all:

local_clean:
	-@rm -f *.RES *.DIFF

local_distclean:

local_test:
	@./exec_test test1 "fetch simple test (function)" "$(PLATFORM)" "$(LINUX_DIST)" "$(LINUX_REV)" "http://localhost"
	@./exec_test test2 "fetch simple test (method)" "$(PLATFORM)" "$(LINUX_DIST)" "$(LINUX_REV)" "http://localhost"