diff options
author | Christian Grothoff <christian@grothoff.org> | 2016-03-30 22:56:17 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2016-03-30 22:56:17 +0200 |
commit | b4c4f0b07822b66e2b60e43c3654a927c768ac94 (patch) | |
tree | 57d7566739ddc39663d6696d0eebb3e12671a519 /src/util | |
parent | c2889e45b22233c00cb8591cf10167850cefb126 (diff) |
towards a testcase for aggregation logic
Diffstat (limited to 'src/util')
-rw-r--r-- | src/util/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/Makefile.am b/src/util/Makefile.am index 41afcc97f..e4352852c 100644 --- a/src/util/Makefile.am +++ b/src/util/Makefile.am @@ -47,7 +47,7 @@ TESTS = \ test_amount \ test_crypto -check_PROGRAMS= \ +check_PROGRAMS = \ test_amount \ test_crypto |