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

INCLUDES = \
   $(OPENWSMAN_CFLAGS) 

	
wsman_cunit_tests_LDADD = \
       $(OPENWSMAN_LIBS) -lcunit


wsman_cunit_tests_SOURCES = run_tests.c \
		    common.c \
		    common.h \
		    identify.c \
		    invoke.c \
		    enumeration.c \
		    transfer_get.c \
		    pull.c \
		    transfer_put.c 

noinst_PROGRAMS = wsman_cunit_tests