summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2008-07-28 03:42:18 -0400
committerJohn Wiegley <johnw@newartisans.com>2008-07-28 03:42:18 -0400
commit63039ade9209bced70b3e4dbb673ad90286d310a (patch)
treece6b2a25973a21a6a93bf5ab15ba3e1a01a51c7c /Makefile.am
parente14d7b6e543850bae6c46f01a80b11c41ea383cf (diff)
downloadfork-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.am3
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)