Test Program used to grade assignment 5

You will need these files: transform.h, matrix.h, matrix.c, test_prog.h, test_prog.c, (test_prog.fd if you want it,) test1.c, and your own transform.c.

These lines were added to your makefiles:
TESTS = test1

$(TESTS): libtrans.a
	$(CC) $(CFLAGS) $(LDFLAGS) ../testcode/$@.c ../testcode/test_prog.c -o $@ $(LIBS)

make test1 should compile an interactive program.