summaryrefslogtreecommitdiffstats
path: root/tests/cunit/Makefile.am
blob: 1e5c0e5ce5230c862d5cad60b81f9cc2b6b62adc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
AM_CFLAGS = @CFLAGS@

INCLUDES = \
   $(OPENWSMAN_CFLAGS) 

	
wsman_cunit_tests_LDADD = \
       $(OPENWSMAN_LIBS) -lcunit -lcurl


wsman_cunit_tests_SOURCES = run_tests.c \
		    common.c \
		    common.h \
		    identify.c \
		    enumeration.c \
		    transfer_get.c

noinst_PROGRAMS = wsman_cunit_tests