Skip to content

Commit

Permalink
Add test, remove from convienience lib
Browse files Browse the repository at this point in the history
  • Loading branch information
dajobe committed Nov 9, 2013
1 parent a1d05cd commit 2b2303e
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions Makefile.am
Expand Up @@ -18,10 +18,18 @@ libmtwist_la_SOURCES = \
mt.c \
mtwist.h \
mtwist_internal.h \
seed.c \
test.c
seed.c

TESTS=mttest

mttest_SOURCES = test.c
mttest_LDADD = libmtwist.la

EXTRA_PROGRAMS=$(TESTS)

CLEANFILES=$(TESTS) \
*.plist

CLEANFILES=*.plist

if MAINTAINER_MODE
# Run Clang static analyzer over sources.
Expand Down

0 comments on commit 2b2303e

Please sign in to comment.