Browse Source

riscv: add two more regression tests

Signed-off-by: Ronald G. Minnich <rminnich@gmail.com>
Ronald G. Minnich 7 years ago
parent
commit
fdaa5a0e99
1 changed files with 2 additions and 0 deletions
  1. 2 0
      sys/src/9/riscv/build.json

+ 2 - 0
sys/src/9/riscv/build.json

@@ -64,8 +64,10 @@
 				"bind": "/$ARCH/bin/bind",
 				"boot": "/$ARCH/bin/kiss",
 				"cat": "/$ARCH/bin/cat",
+				"cow": "/$ARCH/bin/regress/cow",
 				"date": "/$ARCH/bin/date",
 				"echo": "/$ARCH/bin/echo",
+				"empty": "/$ARCH/bin/regress/empty",
 				"factotum": "/$ARCH/bin/auth/factotum",
 				"ipconfig": "/$ARCH/bin/ip/ipconfig",
 				"longjmp": "/$ARCH/bin/regress/longjmp",