ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/ermyth/test/unit/runtest.h.in
Revision: 1.3
Committed: Wed Sep 5 11:23:15 2007 UTC (16 years, 8 months ago) by pippijn
Branch: MAIN
CVS Tags: HEAD
Changes since 1.2: +2 -2 lines
Log Message:
removed GPLed code and put license back to BSD

File Contents

# Content
1 /*
2 * runtest.h.in: TODO
3 * Copyright © 2007 Pippijn van Steenhoven / The Ermyth Team
4 * Rights to this code are documented in doc/poddoc/license.pod
5 *
6 * $Id: runtest.h.in,v 1.2 2007-08-28 17:08:13 pippijn Exp $
7 */
8 void
9 run_tests (void)
10 {
11 !TESTS!
12 }