mirror of
https://github.com/PDP-10/its.git
synced 2026-01-11 23:53:12 +00:00
Run the "hack hack" test.
This commit is contained in:
parent
da332de0b8
commit
ca296a8cb6
14
Makefile
14
Makefile
@ -101,7 +101,7 @@ DUMP=$(shell cd src; ls syseng/dump.* sysnet/netwrk.*)
|
||||
SMF:=$(addprefix tools/,$(addsuffix /.gitignore,$(SUBMODULES)))
|
||||
OUT=out/$(EMULATOR)
|
||||
|
||||
all: its $(OUT)/stamp/emulators tools/supdup/supdup
|
||||
all: its $(OUT)/stamp/test $(OUT)/stamp/emulators tools/supdup/supdup
|
||||
|
||||
its: $(SMF) $(OUT)/stamp/its
|
||||
|
||||
@ -241,6 +241,18 @@ $(OUT)/bootvt.img: $(OUT)/bootvt.bin tools/dasm/palx
|
||||
$(MKDIR) out/gt40
|
||||
tools/dasm/palx -I < $< > $@
|
||||
|
||||
out/pdp10-ka/stamp/test: out/pdp10-ka/stamp/its
|
||||
$(KA10) build/pdp10-ka/hhtest.simh
|
||||
$(TOUCH) $@
|
||||
|
||||
out/simh/stamp/test:
|
||||
|
||||
out/klh10/stamp/test:
|
||||
|
||||
out/pdp10-kl/stamp/test:
|
||||
|
||||
out/pdp10-ks/stamp/test:
|
||||
|
||||
start: build/$(EMULATOR)/start
|
||||
$(LN) -s $< $*
|
||||
|
||||
|
||||
4
build/pdp10-ka/hhtest.simh
Normal file
4
build/pdp10-ka/hhtest.simh
Normal file
@ -0,0 +1,4 @@
|
||||
attach ptr out/pdp10-ka/hhtest.rim
|
||||
boot ptr
|
||||
if (PC != 000201) echof "FAIL"; ex pc; exit 1
|
||||
exit 0
|
||||
Loading…
x
Reference in New Issue
Block a user