Unit Tests
- Fixed unit test build problem.
This commit is contained in:
@@ -39,9 +39,6 @@ public:
|
|||||||
Sequence (const std::string&); // Parse
|
Sequence (const std::string&); // Parse
|
||||||
~Sequence (); // Destructor
|
~Sequence (); // Destructor
|
||||||
|
|
||||||
Sequence (const Sequence&);
|
|
||||||
Sequence& operator= (const Sequence&);
|
|
||||||
|
|
||||||
bool valid (const std::string&) const;
|
bool valid (const std::string&) const;
|
||||||
void parse (const std::string&);
|
void parse (const std::string&);
|
||||||
void combine (const Sequence&);
|
void combine (const Sequence&);
|
||||||
|
|||||||
@@ -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 \
|
../Record.o ../StringTable.o ../Subst.o ../Nibbler.o ../Location.o \
|
||||||
../Filter.o ../Context.o ../Keymap.o ../command.o ../interactive.o \
|
../Filter.o ../Context.o ../Keymap.o ../command.o ../interactive.o \
|
||||||
../report.o ../Grid.o ../color.o ../rules.o ../recur.o ../custom.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)
|
all: $(PROJECT)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user