added 3 more test

This commit is contained in:
mrdudz
2015-06-29 01:57:39 +02:00
parent d0e0b98b43
commit 72e4c10772
4 changed files with 158 additions and 0 deletions

View File

@@ -52,6 +52,10 @@ $(WORKDIR)/sitest%prg: sitest.c
@echo "FIXME: " $@ "currently will fail."
-$(CL65) $(subst .,,$(*:.o%=-O%)) $(CC65FLAGS) $< -o $@
# -$(SIM65) $(SIM65FLAGS) $@
$(WORKDIR)/cc65141011%prg: cc65141011.c
@echo "FIXME: " $@ "currently will fail."
$(CL65) $(subst .,,$(*:.o%=-O%)) $(CC65FLAGS) $< -o $@
-$(SIM65) $(SIM65FLAGS) $@
clean:
-@$(call DEL,$(TESTS))