diff options
author | John Wiegley <johnw@newartisans.com> | 2007-05-07 10:43:15 +0000 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2008-04-13 03:38:40 -0400 |
commit | 39b0a03f8281c2ee7af57326d49dcedd1eb29a47 (patch) | |
tree | ffc7cc9838f784aa22db16b882f81dcf6d01aca4 /Makefile.am | |
parent | 6ec2f6b59be2fe8e621e97a39836e7033fd0f240 (diff) | |
download | fork-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.am | 7 |
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) |