mirror of
https://github.com/cc65/cc65.git
synced 2026-04-22 01:16:54 +00:00
Fixed addressing error for TSB/TSR and enabled tests again.
This commit is contained in:
@@ -39,13 +39,6 @@ SOURCES := $(wildcard *.c)
|
||||
TESTS := $(foreach option,$(OPTIONS),$(SOURCES:%.c=$(WORKDIR)/%.$(option).6502.prg))
|
||||
TESTS += $(foreach option,$(OPTIONS),$(SOURCES:%.c=$(WORKDIR)/%.$(option).65c02.prg))
|
||||
|
||||
# FIXME: These tests fail when built with optimizations for the 65c02
|
||||
TESTS := $(filter-out $(WORKDIR)/compare7.O%.65c02.prg,$(TESTS))
|
||||
TESTS := $(filter-out $(WORKDIR)/compare8.O%.65c02.prg,$(TESTS))
|
||||
TESTS := $(filter-out $(WORKDIR)/compare9.O%.65c02.prg,$(TESTS))
|
||||
TESTS := $(filter-out $(WORKDIR)/compare10.O%.65c02.prg,$(TESTS))
|
||||
TESTS := $(filter-out $(WORKDIR)/or1.O%.65c02.prg,$(TESTS))
|
||||
|
||||
all: $(TESTS)
|
||||
|
||||
$(WORKDIR):
|
||||
|
||||
Reference in New Issue
Block a user