--- /dev/null
+U P G R A D E N O T I C E
+===========================
+
+This version of check makes tcase_free and suite_free static and not
+available to your programs anymore. this is not an error, but intended
+since these are freed by srunner_free now. a deprecation period would
+have been nice, but here we are. so: just delete the calls and make
+sure you run srunner_free!
+
+cu robert
Upstream Authors: Arien Malec <arien_malec@yahoo.com>,
Sven Neumann <neo23@users.sourceforge.net>,
- Fred L. Drake, Jr. <fdrake@users.sourceforge.net>
+ Fred L. Drake, Jr. <fdrake@users.sourceforge.net>,
+ Fredrik Hugosson <hugo303@users.sourceforge.net>
Copyright: 2001-2005 check authors (see above) and others
--- /dev/null
+NEWS
+ChangeLogOld
--- /dev/null
+# this is a very simple makefile for the
+# check examples. in a real-world situation
+# you would have to modify your make setup accordingly.
+
+LDFLAGS=-lcheck
+
+check_example: check_money.o money.o
+ $(CC) $(CFLAGS) -o $@ $^ $(LDFLAGS)
+
+%.o: %.c
+ $(CC) $(CFLAGS) -c $<
--- /dev/null
+doc/money/*
--- /dev/null
+# Example watch control file for uscan
+# Rename this file to "watch" and then you can run the "uscan" command
+# to check for upstream updates and more.
+# Site Directory Pattern Version Script
+version=2
+http://prdownloads.sourceforge.net/check/ /check/check-(.*).tar.gz