Unit Tests - fix
- The unit tests for color were still linking against color.o, instead of the new Color.o. Subtle, but wrong.
This commit is contained in:
@@ -7,7 +7,7 @@ OBJECTS = ../TDB.o ../Task.o ../text.o ../Date.o ../Table.o ../Duration.o \
|
||||
../util.o ../Config.o ../Sequence.o ../Att.o ../Cmd.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 \
|
||||
../Grid.o ../Color.o ../rules.o ../recur.o ../custom.o ../import.o \
|
||||
../edit.o ../Timer.o ../Permission.o
|
||||
|
||||
all: $(PROJECT)
|
||||
|
||||
Reference in New Issue
Block a user