Automation testing tools.

This commit is contained in:
Geoffrey Challen
2016-01-11 16:08:40 -05:00
parent 5f05f192de
commit b66416e24f
14 changed files with 872 additions and 3 deletions

View File

@@ -0,0 +1,11 @@
# Makefile for spinner
TOP=../../..
.include "$(TOP)/mk/os161.config.mk"
PROG=spinner
SRCS=spinner.c
BINDIR=/testbin
.include "$(TOP)/mk/os161.prog.mk"