summaryrefslogtreecommitdiffstats
path: root/tests/cunit/Makefile.am
blob: 5686e9fa598409ecd1b17d4b5bc059e0d1b5a9b7 (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@

AM_CPPFLAGS = \
   $(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