summaryrefslogtreecommitdiffstats
path: root/tests/Makefile.am
blob: 358ac94708d3ef796757b4b145d4259db7f2d321 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
PACKAGE=@PACKAGE_TARNAME@
EXTRA_DIST=minunit.h
datarootdir=@datarootdir@


#---------  Unit Tests ----------------------
TESTS = utest_common

check_PROGRAMS = utest_common

utest_common: ../src/common.c utest_common.c

#--------- End Unit Tests -------------------