summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2007-05-07 10:43:15 +0000
committerJohn Wiegley <johnw@newartisans.com>2008-04-13 03:38:40 -0400
commit39b0a03f8281c2ee7af57326d49dcedd1eb29a47 (patch)
treeffc7cc9838f784aa22db16b882f81dcf6d01aca4 /Makefile.am
parent6ec2f6b59be2fe8e621e97a39836e7033fd0f240 (diff)
downloadfork-ledger-39b0a03f8281c2ee7af57326d49dcedd1eb29a47.tar.gz
fork-ledger-39b0a03f8281c2ee7af57326d49dcedd1eb29a47.tar.bz2
fork-ledger-39b0a03f8281c2ee7af57326d49dcedd1eb29a47.zip
Changed the filenames of the tests.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am7
1 files changed, 3 insertions, 4 deletions
diff --git a/Makefile.am b/Makefile.am
index a35635b4..251be397 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -214,10 +214,9 @@ check_PROGRAMS = $(TESTS)
nodist_UnitTests_SOURCES = tests/UnitTests.cc \
\
- tests/numerics/BasicAmount.cc \
- tests/numerics/CommodityAmount.cc \
- tests/numerics/DateTime.cc \
- tests/numerics/Commodity.cc
+ tests/numerics/t_times.cc \
+ tests/numerics/t_commodity.cc \
+ tests/numerics/t_amount.cc
UnitTests_CPPFLAGS = -I$(srcdir)/tests $(libledger_la_CPPFLAGS)
UnitTests_LDFLAGS = $(LIBADD_DL)