summaryrefslogtreecommitdiff
path: root/unittest/examples/Makefile.am
blob: 2e48ab8d9b3f8e2848dd6b1574e27847329bca28 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
AM_CPPFLAGS        = -I$(srcdir) -I$(top_builddir)/include
AM_CPPFLAGS       += -I$(top_builddir)/unittest/mytap

AM_LDFLAGS         = -L$(top_builddir)/unittest/mytap

AM_CFLAGS          = -W -Wall -ansi -pedantic

LDADD              = -lmytap

noinst_PROGRAMS    = simple.t skip.t todo.t skip_all.t no_plan.t

simple_t_SOURCES   = simple.t.c

skip_t_SOURCES     = skip.t.c

todo_t_SOURCES     = todo.t.c

skip_all_t_SOURCES = skip_all.t.c

no_plan_t_SOURCES  = no_plan.t.c