Reworked scanf() testing. General cleanups.
[fw/pdclib] / Makefile
index 1d902001d6e615989146b2447d2bb4db523b7fc0..bfa74c69d0aa340800056427a2080da0b7fc78ec 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -61,6 +61,7 @@ pdclib.a: $(OBJFILES)
        @echo
 
 test: functions/$(FILE)
+       echo $(TSTDEPFILES)
        functions/$(FILE)
 
 tests: testdrivers