diff options
author | John Wiegley <johnw@newartisans.com> | 2008-07-28 03:42:18 -0400 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2008-07-28 03:42:18 -0400 |
commit | 63039ade9209bced70b3e4dbb673ad90286d310a (patch) | |
tree | ce6b2a25973a21a6a93bf5ab15ba3e1a01a51c7c /Makefile.am | |
parent | e14d7b6e543850bae6c46f01a80b11c41ea383cf (diff) | |
download | fork-ledger-63039ade9209bced70b3e4dbb673ad90286d310a.tar.gz fork-ledger-63039ade9209bced70b3e4dbb673ad90286d310a.tar.bz2 fork-ledger-63039ade9209bced70b3e4dbb673ad90286d310a.zip |
Added the skeleton for the upcoming value_expr unit tests.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 06d0a12d..beaea2f9 100644 --- a/Makefile.am +++ b/Makefile.am @@ -172,7 +172,8 @@ nodist_UnitTests_SOURCES = test/UnitTests.cc \ test/utility/t_times.cc \ test/numerics/t_commodity.cc \ test/numerics/t_amount.cc \ - test/numerics/t_balance.cc + test/numerics/t_balance.cc \ + test/numerics/t_valexpr.cc UnitTests_CPPFLAGS = -I$(srcdir)/test $(libledger_la_CPPFLAGS) UnitTests_LDFLAGS = $(LIBADD_DL) |