mirror of
https://github.com/cc65/cc65.git
synced 2025-01-26 17:36:57 +00:00
move test for issue #1075 to test/var
This commit is contained in:
parent
42c162c15e
commit
145084c41c
@ -93,12 +93,6 @@ $(WORKDIR)/bug1048.$1.$2.prg: bug1048.c | $(WORKDIR)
|
||||
$(if $(QUIET),echo misc/bug1048.$1.$2.prg)
|
||||
$(CL65) -t sim$2 -$1 -o $$@ $$< $(NULLERR)
|
||||
|
||||
# compiles, but we cant easily check if it works
|
||||
$(WORKDIR)/bug1075.$1.$2.prg: bug1075.c | $(WORKDIR)
|
||||
$(if $(QUIET),echo misc/bug1075.$1.$2.prg)
|
||||
$(CL65) -t sim$2 -$1 -o $$@ $$< $(NULLERR)
|
||||
$(SIM65) $(SIM65FLAGS) $$@ $(NULLOUT) $(NULLERR)
|
||||
|
||||
# should compile, but then hangs in an endless loop
|
||||
$(WORKDIR)/endless.$1.$2.prg: endless.c | $(WORKDIR)
|
||||
$(if $(QUIET),echo misc/endless.$1.$2.prg)
|
||||
|
Loading…
x
Reference in New Issue
Block a user