diff options
author | Christian Grothoff <christian@grothoff.org> | 2016-01-25 12:51:04 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2016-01-25 12:51:04 +0100 |
commit | fc5791353087812db6df374d1e453a387c57550c (patch) | |
tree | 1ce61d6d83e84cf6685878229ec058ac4fe453ff /src/wire/Makefile.am | |
parent | e5c5dc9cae56bdea02f7661c1c8a8cacfbe99f1c (diff) |
move wireformat test to plugin
Diffstat (limited to 'src/wire/Makefile.am')
-rw-r--r-- | src/wire/Makefile.am | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/src/wire/Makefile.am b/src/wire/Makefile.am index a8bc4af69..528d91014 100644 --- a/src/wire/Makefile.am +++ b/src/wire/Makefile.am @@ -45,3 +45,20 @@ libtaler_plugin_wire_template_la_LDFLAGS = \ $(TALER_PLUGIN_LDFLAGS) \ $(top_builddir)/src/util/libtalerutil.la \ -lgnunetutil $(XLIB) + + + +TESTS = \ + test_sepa_wireformat + +check_PROGRAMS= \ + test_sepa_wireformat + + + +test_sepa_wireformat_SOURCES = \ + test_sepa_wireformat.c +test_sepa_wireformat_LDADD = \ + -lgnunetutil \ + -ljansson \ + $(top_builddir)/src/util/libtalerutil.la |