Unit Tests

- Fixed unit test build problem.
This commit is contained in:
Paul Beckingham 2009-06-23 01:32:24 -04:00
parent 50f000988b
commit f7d40e8d8d
2 changed files with 1 additions and 4 deletions

View file

@ -39,9 +39,6 @@ public:
Sequence (const std::string&); // Parse
~Sequence (); // Destructor
Sequence (const Sequence&);
Sequence& operator= (const Sequence&);
bool valid (const std::string&) const;
void parse (const std::string&);
void combine (const Sequence&);

View file

@ -8,7 +8,7 @@ OBJECTS = ../TDB.o ../Task.o ../valid.o ../text.o ../Date.o ../Table.o \
../Record.o ../StringTable.o ../Subst.o ../Nibbler.o ../Location.o \
../Filter.o ../Context.o ../Keymap.o ../command.o ../interactive.o \
../report.o ../Grid.o ../color.o ../rules.o ../recur.o ../custom.o \
../import.o ../edit.o
../import.o ../edit.o ../Timer.o
all: $(PROJECT)