mirror of
https://github.com/DoctorWkt/pdp7-unix.git
synced 2026-04-29 21:26:48 +00:00
script to run tests
This commit is contained in:
6
.gitignore
vendored
6
.gitignore
vendored
@@ -1,2 +1,4 @@
|
||||
bin
|
||||
sys
|
||||
/bin
|
||||
/sys
|
||||
/tests
|
||||
|
||||
|
||||
7
Makefile
7
Makefile
@@ -65,6 +65,13 @@ tests: dirs
|
||||
$(AS) $(ASARGS) -o $(TESTDIR)/testmul src/tests/testmul.s
|
||||
$(AS) $(ASARGS) -o $(TESTDIR)/write_test src/tests/write_test.s
|
||||
|
||||
runtests: tests
|
||||
cd tests && ../tools/a7out decimal_out
|
||||
cd tests && ../tools/a7out fork_test
|
||||
cd tests && ../tools/a7out octal_test
|
||||
# cd tests && ../tools/a7out testmul
|
||||
# cd tests && ../tools/a7out write_test
|
||||
|
||||
clean:
|
||||
rm -rf $(SYSDIR)/*
|
||||
rm -rf $(CMDDIR)/*
|
||||
|
||||
Reference in New Issue
Block a user