~ubuntu-branches/debian/sid/apr/sid

« back to all changes in this revision

Viewing changes to test/testutil.h

  • Committer: Package Import Robot
  • Author(s): Stefan Fritsch
  • Date: 2015-08-15 16:39:04 UTC
  • mto: This revision was merged to the branch mainline in revision 31.
  • Revision ID: package-import@ubuntu.com-20150815163904-00zdg94ml34caazw
Tags: upstream-1.5.2
ImportĀ upstreamĀ versionĀ 1.5.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
103
103
abts_suite *testud(abts_suite *suite);
104
104
abts_suite *testuser(abts_suite *suite);
105
105
abts_suite *testvsn(abts_suite *suite);
 
106
abts_suite *testskiplist(abts_suite *suite);
106
107
 
107
108
#endif /* APR_TEST_INCLUDES */