summaryrefslogtreecommitdiff
path: root/test/unit/Makefile.am
diff options
context:
space:
mode:
authorChristopher L. Conway <christopherleeconway@gmail.com>2010-05-06 20:08:04 +0000
committerChristopher L. Conway <christopherleeconway@gmail.com>2010-05-06 20:08:04 +0000
commitc52d38c2a134488c5212f21d963a1ae442206fc1 (patch)
tree3f97c1da41b1b16b7e85c77412831776c3312b37 /test/unit/Makefile.am
parenta7e4f9c4af64e669db9df5cd13524b1ab3e47379 (diff)
Adding tests for Rational::fromDecimal
Diffstat (limited to 'test/unit/Makefile.am')
-rw-r--r--test/unit/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/unit/Makefile.am b/test/unit/Makefile.am
index 2ec5122f3..b3a8e12eb 100644
--- a/test/unit/Makefile.am
+++ b/test/unit/Makefile.am
@@ -27,7 +27,8 @@ UNIT_TESTS = \
util/exception_black \
util/integer_black \
util/integer_white \
- util/rational_white
+ util/rational_black \
+ util/rational_white
# Things that aren't tests but that tests rely on and need to
# go into the distribution
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback