internal-check.h 35 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242
  1. /*-*- mode:C; -*- */
  2. /*
  3. * Check: a unit test framework for C
  4. * Copyright (C) 2001, 2002, Arien Malec
  5. *
  6. * This library is free software; you can redistribute it and/or
  7. * modify it under the terms of the GNU Lesser General Public
  8. * License as published by the Free Software Foundation; either
  9. * version 2.1 of the License, or (at your option) any later version.
  10. *
  11. * This library is distributed in the hope that it will be useful,
  12. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  13. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  14. * Lesser General Public License for more details.
  15. *
  16. * You should have received a copy of the GNU Lesser General Public
  17. * License along with this library; if not, write to the
  18. * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
  19. * Boston, MA 02111-1307, USA.
  20. */
  21. #ifndef CHECK_H
  22. #define CHECK_H
  23. #include <stddef.h>
  24. #include <string.h>
  25. /*
  26. Macros and functions starting with _ (underscore) are internal and
  27. may change without notice. You have been warned!.
  28. */
  29. #ifdef __cplusplus
  30. #define CK_CPPSTART extern "C" {
  31. #define CK_CPPEND }
  32. CK_CPPSTART
  33. #endif
  34. #if defined(__GNUC__) && defined(__GNUC_MINOR__)
  35. #define GCC_VERSION_AT_LEAST(major, minor) \
  36. ((__GNUC__ > (major)) || \
  37. (__GNUC__ == (major) && __GNUC_MINOR__ >= (minor)))
  38. #else
  39. #define GCC_VERSION_AT_LEAST(major, minor) 0
  40. #endif
  41. #if GCC_VERSION_AT_LEAST(2,95)
  42. #define CK_ATTRIBUTE_UNUSED __attribute__ ((unused))
  43. #else
  44. #define CK_ATTRIBUTE_UNUSED
  45. #endif /* GCC 2.95 */
  46. #if GCC_VERSION_AT_LEAST(2,5)
  47. #define CK_ATTRIBUTE_NORETURN __attribute__ ((noreturn))
  48. #else
  49. #define CK_ATTRIBUTE_NORETURN
  50. #endif /* GCC 2.5 */
  51. #include <sys/types.h>
  52. /*
  53. * Used to create the linker script for hiding lib-local symbols. Shall
  54. * be put directly in front of the exported symbol.
  55. */
  56. #define CK_EXPORT
  57. /*
  58. * Used for MSVC to create the export attribute
  59. * CK_DLL_EXP is defined during the compilation of the library
  60. * on the command line.
  61. */
  62. #ifndef CK_DLL_EXP
  63. #define CK_DLL_EXP
  64. #endif
  65. /* check version numbers */
  66. #define CHECK_MAJOR_VERSION (0)
  67. #define CHECK_MINOR_VERSION (9)
  68. #define CHECK_MICRO_VERSION (14)
  69. CK_DLL_EXP extern int CK_EXPORT check_major_version;
  70. CK_DLL_EXP extern int CK_EXPORT check_minor_version;
  71. CK_DLL_EXP extern int CK_EXPORT check_micro_version;
  72. #ifndef NULL
  73. #define NULL ((void*)0)
  74. #endif
  75. /**
  76. * Type for a test case
  77. *
  78. * A TCase represents a test case. Create with tcase_create, free
  79. * with tcase_free. For the moment, test cases can only be run
  80. * through a suite
  81. */
  82. typedef struct TCase TCase;
  83. /**
  84. * Type for a test function
  85. */
  86. typedef void (*TFun) (int);
  87. /**
  88. * Type for a setup/teardown function
  89. */
  90. typedef void (*SFun) (void);
  91. /**
  92. * Type for a test suite
  93. */
  94. typedef struct Suite Suite;
  95. /**
  96. * Creates a test suite with the given name.
  97. *
  98. * Create a suite, which will contain test cases. Once
  99. * created, use suite_add_tcase() to add test cases.
  100. * When finished, create a suite runner from the
  101. * suite using srunner_create()
  102. *
  103. * @param name name of the suite
  104. *
  105. * @return suite
  106. *
  107. * @since 0.6.0
  108. */
  109. CK_DLL_EXP Suite *CK_EXPORT suite_create (const char *name);
  110. /**
  111. * Determines whether a given test suite contains a case named after a
  112. * given string.
  113. *
  114. * @param s suite to check
  115. * @param tcname test case to look for
  116. *
  117. * @return 1 iff the given test case is within the given suite;
  118. * 0 otherwise
  119. *
  120. * @since 0.9.9
  121. */
  122. CK_DLL_EXP int CK_EXPORT suite_tcase (Suite * s, const char *tcname);
  123. /**
  124. * Add a test case to a suite
  125. *
  126. * @param s suite to add test case to
  127. * @param tc test case to add to suite
  128. *
  129. * @since 0.6.0
  130. */
  131. CK_DLL_EXP void CK_EXPORT suite_add_tcase (Suite * s, TCase * tc);
  132. /**
  133. * Create a test case.
  134. *
  135. * Once created, tests can be added with the tcase_add_test()
  136. * function, and the test case assigned to a suite with the
  137. * suite_add_tcase() function.
  138. *
  139. * @param name name of the test case
  140. *
  141. * @return test case containing no tests
  142. *
  143. * @since 0.6.0
  144. * */
  145. CK_DLL_EXP TCase *CK_EXPORT tcase_create (const char *name);
  146. /**
  147. * Add a test function to a test case
  148. *
  149. * @param tc test case to add test to
  150. * @param tf test function to add to test case
  151. *
  152. * @since 0.6.0
  153. * */
  154. #define tcase_add_test(tc,tf) tcase_add_test_raise_signal(tc,tf,0)
  155. /**
  156. * Add a test function with signal handling to a test case
  157. *
  158. * The added test is expected to terminate by throwing the given signal
  159. *
  160. * @param tc test case to add test to
  161. * @param tf test function to add to test case
  162. * @param signal expected signal for test function to throw in order for
  163. * the test to be considered passing
  164. *
  165. * @since 0.9.2
  166. * */
  167. #define tcase_add_test_raise_signal(tc,tf,signal) \
  168. _tcase_add_test((tc),(tf),"" # tf "",(signal), 0, 0, 1)
  169. /**
  170. * Add a test function with an expected exit value to a test case
  171. *
  172. * The added test is expected to terminate by exiting with the given value
  173. *
  174. * @param tc test case to add test to
  175. * @param tf test function to add to test case
  176. * @param expected_exit_value exit value for test function to return in
  177. * order for the test to be considered passing
  178. *
  179. * @since 0.9.7
  180. */
  181. #define tcase_add_exit_test(tc, tf, expected_exit_value) \
  182. _tcase_add_test((tc),(tf),"" # tf "",0,(expected_exit_value),0,1)
  183. /**
  184. * Add a looping test function to a test case
  185. *
  186. * The test will be called in a for(i = s; i < e; i++) loop with each
  187. * iteration being executed in a new context. The loop variable 'i' is
  188. * available in the test.
  189. *
  190. * @param tc test case to add test to
  191. * @param tf function to add to test case
  192. * @param s starting index for value "i" in test
  193. * @param e ending index for value "i" in test
  194. *
  195. * @since 0.9.4
  196. */
  197. #define tcase_add_loop_test(tc,tf,s,e) \
  198. _tcase_add_test((tc),(tf),"" # tf "",0,0,(s),(e))
  199. /**
  200. * Add a looping test function with signal handling to a test case
  201. *
  202. * The test will be called in a for(i = s; i < e; i++) loop with each
  203. * iteration being executed in a new context. The loop variable 'i' is
  204. * available in the test.
  205. *
  206. * The added test is expected to terminate by throwing the given signal
  207. *
  208. * @param tc test case to add test to
  209. * @param tf function to add to test case
  210. * @param signal expected signal for test function to throw in order for
  211. * the test to be considered passing
  212. * @param s starting index for value "i" in test
  213. * @param e ending index for value "i" in test
  214. *
  215. * @since 0.9.5
  216. */
  217. #define tcase_add_loop_test_raise_signal(tc,tf,signal,s,e) \
  218. _tcase_add_test((tc),(tf),"" # tf "",(signal),0,(s),(e))
  219. /**
  220. * Add a looping test function with an expected exit value to a test case
  221. *
  222. * The test will be called in a for(i = s; i < e; i++) loop with each
  223. * iteration being executed in a new context. The loop variable 'i' is
  224. * available in the test.
  225. *
  226. * The added test is expected to terminate by exiting with the given value
  227. *
  228. * @param tc test case to add test to
  229. * @param tf function to add to test case
  230. * @param expected_exit_value exit value for test function to return in
  231. * order for the test to be considered passing
  232. * @param s starting index for value "i" in test
  233. * @param e ending index for value "i" in test
  234. *
  235. * @since 0.9.7
  236. */
  237. #define tcase_add_loop_exit_test(tc,tf,expected_exit_value,s,e) \
  238. _tcase_add_test((tc),(tf),"" # tf "",0,(expected_exit_value),(s),(e))
  239. /* Add a test function to a test case
  240. (function version -- use this when the macro won't work
  241. */
  242. CK_DLL_EXP void CK_EXPORT _tcase_add_test (TCase * tc, TFun tf,
  243. const char *fname, int _signal, int allowed_exit_value, int start, int end);
  244. /**
  245. * Add unchecked fixture setup/teardown functions to a test case
  246. *
  247. * Unchecked fixture functions are run at the start and end of the
  248. * test case, and not before and after unit tests. Further,
  249. * unchecked fixture functions are not run in a separate address space,
  250. * like test functions, and so must not exit or signal (e.g.,
  251. * segfault).
  252. *
  253. * Also, when run in CK_NOFORK mode, unchecked fixture functions may
  254. * lead to different unit test behavior if unit tests change data
  255. * setup by the fixture functions.
  256. *
  257. * Note that if a setup function fails, the remaining setup functions
  258. * will be omitted, as will the test case and the teardown functions.
  259. * If a teardown function fails the remaining teardown functins will be
  260. * omitted.
  261. *
  262. * @param tc test case to add unchecked fixture setup/teardown to
  263. * @param setup function to add to be executed before the test case;
  264. * if NULL no setup function is added
  265. * @param teardown function to add to be executed after the test case;
  266. * if NULL no teardown function is added
  267. * @since 0.8.0
  268. */
  269. CK_DLL_EXP void CK_EXPORT tcase_add_unchecked_fixture (TCase * tc, SFun setup,
  270. SFun teardown);
  271. /**
  272. * Add checked fixture setup/teardown functions to a test case
  273. *
  274. * Checked fixture functions are run before and after each unit test inside
  275. * of the address space of the test. Thus, if using CK_FORK
  276. * mode the separate process running the unit test will survive signals
  277. * or unexpected exits in the fixture function. Also, if the setup
  278. * function is idempotent, unit test behavior will be the same in
  279. * CK_FORK and CK_NOFORK modes.
  280. *
  281. * However, since fixture functions are run before and after each unit
  282. * test, they should not be expensive code.
  283. *
  284. * Note that if a setup function fails, the remaining setup functions
  285. * will be omitted, as will the test and the teardown functions. If a
  286. * teardown function fails the remaining teardown functins will be
  287. * omitted.
  288. *
  289. * @param tc test case to add checked fixture setup/teardown to
  290. * @param setup function to add to be executed before each unit test in
  291. * the test case; if NULL no setup function is added
  292. * @param teardown function to add to be executed after each unit test in
  293. * the test case; if NULL no teardown function is added
  294. *
  295. * @since 0.8.0
  296. */
  297. CK_DLL_EXP void CK_EXPORT tcase_add_checked_fixture (TCase * tc, SFun setup,
  298. SFun teardown);
  299. /**
  300. * Set the timeout for all tests in a test case.
  301. *
  302. * A test that lasts longer than the timeout (in seconds) will be killed
  303. * and thus fail with an error.
  304. *
  305. * If not set, the default timeout is one assigned at compile time. If
  306. * the environment variable CK_DEFAULT_TIMEOUT is defined and no timeout
  307. * is set, the value in the environment variable is used.
  308. *
  309. * @param tc test case to assign timeout to
  310. * @param timeout to use, in seconds. If the value contains a decimal
  311. * portion, but no high resolution timer is available,
  312. * the value is rounded up to the nearest second.
  313. *
  314. * @since 0.9.2
  315. */
  316. CK_DLL_EXP void CK_EXPORT tcase_set_timeout (TCase * tc, double timeout);
  317. /* Internal function to mark the start of a test function */
  318. CK_DLL_EXP void CK_EXPORT tcase_fn_start (const char *fname, const char *file,
  319. int line);
  320. /**
  321. * Start a unit test with START_TEST(unit_name), end with END_TEST.
  322. *
  323. * One must use braces within a START_/END_ pair to declare new variables
  324. *
  325. * @since 0.6.0
  326. */
  327. #define START_TEST(__testname)\
  328. static void __testname (int _i CK_ATTRIBUTE_UNUSED)\
  329. {\
  330. tcase_fn_start (""# __testname, __FILE__, __LINE__);
  331. /**
  332. * End a unit test
  333. *
  334. * @since 0.6.0
  335. */
  336. #define END_TEST }
  337. /*
  338. * Fail the test case unless expr is false
  339. *
  340. * This call is deprecated.
  341. */
  342. #define fail_unless ck_assert_msg
  343. /*
  344. * Fail the test case if expr is false
  345. *
  346. * This call is deprecated.
  347. *
  348. * NOTE: The space before the comma sign before ## is essential to be compatible
  349. * with gcc 2.95.3 and earlier.
  350. * FIXME: these macros may conflict with C89 if expr is
  351. * FIXME: strcmp (str1, str2) due to excessive string length.
  352. */
  353. #define fail_if(expr, ...)\
  354. (expr) ? \
  355. _ck_assert_failed(__FILE__, __LINE__, "Failure '"#expr"' occurred" , ## __VA_ARGS__, NULL) \
  356. : _mark_point(__FILE__, __LINE__)
  357. /*
  358. * Fail the test
  359. *
  360. * This call is deprecated.
  361. */
  362. #define fail ck_abort_msg
  363. /*
  364. * This is called whenever an assertion fails.
  365. * Note that it only has the noreturn modifier when
  366. * using fork. If fork is unavailable, the function
  367. * calls longjmp() when a test assertion fails. Marking
  368. * the function as noreturn causes gcc to make assumptions
  369. * which are not valid, as longjmp() is like a return.
  370. */
  371. #if 1
  372. CK_DLL_EXP void CK_EXPORT
  373. _ck_assert_failed (const char *file, int line, const char *expr, ...)
  374. CK_ATTRIBUTE_NORETURN;
  375. #else
  376. CK_DLL_EXP void CK_EXPORT _ck_assert_failed (const char *file, int line,
  377. const char *expr, ...);
  378. #endif
  379. /**
  380. * Fail the test if expression is false
  381. *
  382. * @param expr expression to evaluate
  383. *
  384. * @note If the check fails, the remaining of the test is aborted
  385. *
  386. * @since 0.9.6
  387. */
  388. #define ck_assert(expr) ck_assert_msg(expr, NULL)
  389. /* The space before the comma sign before ## is essential to be compatible
  390. with gcc 2.95.3 and earlier.
  391. */
  392. /**
  393. * Fail the test if the expression is false; print message on failure
  394. *
  395. * @param expr expression to evaluate
  396. * @param ... message to print (in printf format) if expression is false
  397. *
  398. * @note If the check fails, the remaining of the test is aborted
  399. *
  400. * @since 0.9.6
  401. */
  402. #define ck_assert_msg(expr, ...) \
  403. (expr) ? \
  404. _mark_point(__FILE__, __LINE__) : \
  405. _ck_assert_failed(__FILE__, __LINE__, "Assertion '"#expr"' failed" , ## __VA_ARGS__, NULL)
  406. /**
  407. * Unconditionally fail the test
  408. *
  409. * @note Once called, the remaining of the test is aborted
  410. *
  411. * @since 0.9.6
  412. */
  413. #define ck_abort() ck_abort_msg(NULL)
  414. /**
  415. * Unconditionally fail the test; print a message
  416. *
  417. * @param ... message to print (in printf format)
  418. *
  419. * @note Once called, the remaining of the test is aborted
  420. *
  421. * @since 0.9.6
  422. */
  423. #define ck_abort_msg(...) _ck_assert_failed(__FILE__, __LINE__, "Failed" , ## __VA_ARGS__, NULL)
  424. /* Signed and unsigned integer comparison macros with improved output compared to ck_assert(). */
  425. /* OP may be any comparison operator. */
  426. #define _ck_assert_int(X, OP, Y) do { \
  427. gint64 _ck_x = (X); \
  428. gint64 _ck_y = (Y); \
  429. ck_assert_msg(_ck_x OP _ck_y, "Assertion '%s' failed: " \
  430. "%s==%" G_GINT64_FORMAT ", %s==%" G_GINT64_FORMAT, #X#OP#Y, #X, _ck_x, #Y, _ck_y); \
  431. } while (0)
  432. /**
  433. * Check two signed integers to determine if X==Y
  434. *
  435. * If not X==Y, the test fails.
  436. *
  437. * @param X signed integer
  438. * @param Y signed integer to compare against X
  439. *
  440. * @note If the check fails, the remaining of the test is aborted
  441. *
  442. * @since 0.9.6
  443. */
  444. #define ck_assert_int_eq(X, Y) _ck_assert_int(X, ==, Y)
  445. /**
  446. * Check two signed integers to determine if X!=Y
  447. *
  448. * If not X!=Y, the test fails.
  449. *
  450. * @param X signed integer
  451. * @param Y signed integer to compare against X
  452. *
  453. * @note If the check fails, the remaining of the test is aborted
  454. *
  455. * @since 0.9.6
  456. */
  457. #define ck_assert_int_ne(X, Y) _ck_assert_int(X, !=, Y)
  458. /**
  459. * Check two signed integers to determine if X<Y
  460. *
  461. * If not X<Y, the test fails.
  462. *
  463. * @param X signed integer
  464. * @param Y signed integer to compare against X
  465. *
  466. * @note If the check fails, the remaining of the test is aborted
  467. *
  468. * @since 0.9.10
  469. */
  470. #define ck_assert_int_lt(X, Y) _ck_assert_int(X, <, Y)
  471. /**
  472. * Check two signed integers to determine if X<=Y
  473. *
  474. * If not X<=Y, the test fails.
  475. *
  476. * @param X signed integer
  477. * @param Y signed integer to compare against X
  478. *
  479. * @note If the check fails, the remaining of the test is aborted
  480. *
  481. * @since 0.9.10
  482. */
  483. #define ck_assert_int_le(X, Y) _ck_assert_int(X, <=, Y)
  484. /**
  485. * Check two signed integers to determine if X>Y
  486. *
  487. * If not X>Y, the test fails.
  488. *
  489. * @param X signed integer
  490. * @param Y signed integer to compare against X
  491. *
  492. * @note If the check fails, the remaining of the test is aborted
  493. *
  494. * @since 0.9.10
  495. */
  496. #define ck_assert_int_gt(X, Y) _ck_assert_int(X, >, Y)
  497. /**
  498. * Check two signed integers to determine if X>=Y
  499. *
  500. * If not X>=Y, the test fails.
  501. *
  502. * @param X signed integer
  503. * @param Y signed integer to compare against X
  504. *
  505. * @note If the check fails, the remaining of the test is aborted
  506. *
  507. * @since 0.9.10
  508. */
  509. #define ck_assert_int_ge(X, Y) _ck_assert_int(X, >=, Y)
  510. #define _ck_assert_uint(X, OP, Y) do { \
  511. guint64 _ck_x = (X); \
  512. guint64 _ck_y = (Y); \
  513. ck_assert_msg(_ck_x OP _ck_y, "Assertion '%s' failed: " \
  514. "%s==%" G_GUINT64_FORMAT ", %s==%" G_GUINT64_FORMAT, #X#OP#Y, #X, _ck_x, #Y, _ck_y); \
  515. } while (0)
  516. /**
  517. * Check two unsigned integers to determine if X==Y
  518. *
  519. * If not X==Y, the test fails.
  520. *
  521. * @param X signed integer
  522. * @param Y signed integer to compare against X
  523. *
  524. * @note If the check fails, the remaining of the test is aborted
  525. *
  526. * @since 0.9.10
  527. */
  528. #define ck_assert_uint_eq(X, Y) _ck_assert_uint(X, ==, Y)
  529. /**
  530. * Check two unsigned integers to determine if X!=Y
  531. *
  532. * If not X!=Y, the test fails.
  533. *
  534. * @param X signed integer
  535. * @param Y signed integer to compare against X
  536. *
  537. * @note If the check fails, the remaining of the test is aborted
  538. *
  539. * @since 0.9.10
  540. */
  541. #define ck_assert_uint_ne(X, Y) _ck_assert_uint(X, !=, Y)
  542. /**
  543. * Check two unsigned integers to determine if X<Y
  544. *
  545. * If not X<Y, the test fails.
  546. *
  547. * @param X signed integer
  548. * @param Y signed integer to compare against X
  549. *
  550. * @note If the check fails, the remaining of the test is aborted
  551. *
  552. * @since 0.9.10
  553. */
  554. #define ck_assert_uint_lt(X, Y) _ck_assert_uint(X, <, Y)
  555. /**
  556. * Check two unsigned integers to determine if X<=Y
  557. *
  558. * If not X<=Y, the test fails.
  559. *
  560. * @param X signed integer
  561. * @param Y signed integer to compare against X
  562. *
  563. * @note If the check fails, the remaining of the test is aborted
  564. *
  565. * @since 0.9.10
  566. */
  567. #define ck_assert_uint_le(X, Y) _ck_assert_uint(X, <=, Y)
  568. /**
  569. * Check two unsigned integers to determine if X>Y
  570. *
  571. * If not X>Y, the test fails.
  572. *
  573. * @param X signed integer
  574. * @param Y signed integer to compare against X
  575. *
  576. * @note If the check fails, the remaining of the test is aborted
  577. *
  578. * @since 0.9.10
  579. */
  580. #define ck_assert_uint_gt(X, Y) _ck_assert_uint(X, >, Y)
  581. /**
  582. * Check two unsigned integers to determine if X>=Y
  583. *
  584. * If not X>=Y, the test fails.
  585. *
  586. * @param X signed integer
  587. * @param Y signed integer to compare against X
  588. *
  589. * @note If the check fails, the remaining of the test is aborted
  590. *
  591. * @since 0.9.10
  592. */
  593. #define ck_assert_uint_ge(X, Y) _ck_assert_uint(X, >=, Y)
  594. /* String comparison macros with improved output compared to ck_assert() */
  595. /* OP might be any operator that can be used in '0 OP strcmp(X,Y)' comparison */
  596. /* The x and y parameter swap in strcmp() is needed to handle >, >=, <, <= operators */
  597. #define _ck_assert_str(X, OP, Y) do { \
  598. const char* _ck_x = (X); \
  599. const char* _ck_y = (Y); \
  600. ck_assert_msg(0 OP strcmp(_ck_y, _ck_x), \
  601. "Assertion '%s' failed: %s==\"%s\", %s==\"%s\"", #X#OP#Y, #X, _ck_x, #Y, _ck_y); \
  602. } while (0)
  603. /**
  604. * Check two strings to determine if 0==strcmp(X,Y)
  605. *
  606. * If not 0==strcmp(X,Y), the test fails.
  607. *
  608. * @param X string
  609. * @param Y string to compare against X
  610. *
  611. * @note If the check fails, the remaining of the test is aborted
  612. *
  613. * @since 0.9.6
  614. */
  615. #define ck_assert_str_eq(X, Y) _ck_assert_str(X, ==, Y)
  616. /**
  617. * Check two strings to determine if 0!=strcmp(X,Y)
  618. *
  619. * If not 0!=strcmp(X,Y), the test fails.
  620. *
  621. * @param X string
  622. * @param Y string to compare against X
  623. *
  624. * @note If the check fails, the remaining of the test is aborted
  625. *
  626. * @since 0.9.6
  627. */
  628. #define ck_assert_str_ne(X, Y) _ck_assert_str(X, !=, Y)
  629. /**
  630. * Check two strings to determine if 0<strcmp(X,Y), (e.g. strcmp(X,Y)>0)
  631. *
  632. * If not 0<strcmp(X,Y), the test fails.
  633. *
  634. * @param X string
  635. * @param Y string to compare against X
  636. *
  637. * @note If the check fails, the remaining of the test is aborted
  638. *
  639. * @since 0.9.10
  640. */
  641. #define ck_assert_str_lt(X, Y) _ck_assert_str(X, <, Y)
  642. /**
  643. * Check two strings to determine if 0<=strcmp(X,Y) (e.g. strcmp(X,Y)>=0)
  644. *
  645. * If not 0<=strcmp(X,Y), the test fails.
  646. *
  647. * @param X string
  648. * @param Y string to compare against X
  649. *
  650. * @note If the check fails, the remaining of the test is aborted
  651. *
  652. * @since 0.9.10
  653. */
  654. #define ck_assert_str_le(X, Y) _ck_assert_str(X, <=, Y)
  655. /**
  656. * Check two strings to determine if 0<strcmp(X,Y) (e.g. strcmp(X,Y)>0)
  657. *
  658. * If not 0<strcmp(X,Y), the test fails.
  659. *
  660. * @param X string
  661. * @param Y string to compare against X
  662. *
  663. * @note If the check fails, the remaining of the test is aborted
  664. *
  665. * @since 0.9.10
  666. */
  667. #define ck_assert_str_gt(X, Y) _ck_assert_str(X, >, Y)
  668. /**
  669. * Check two strings to determine if 0>=strcmp(X,Y) (e.g. strcmp(X,Y)<=0)
  670. *
  671. * If not 0>=strcmp(X,Y), the test fails.
  672. *
  673. * @param X string
  674. * @param Y string to compare against X
  675. *
  676. * @note If the check fails, the remaining of the test is aborted
  677. *
  678. * @since 0.9.10
  679. */
  680. #define ck_assert_str_ge(X, Y) _ck_assert_str(X, >=, Y)
  681. /* Pointer comparison macros with improved output compared to ck_assert(). */
  682. /* OP may only be == or != */
  683. #define _ck_assert_ptr(X, OP, Y) do { \
  684. const void* _ck_x = (X); \
  685. const void* _ck_y = (Y); \
  686. ck_assert_msg(_ck_x OP _ck_y, "Assertion '%s' failed: %s==%#x, %s==%#x", #X#OP#Y, #X, _ck_x, #Y, _ck_y); \
  687. } while (0)
  688. /**
  689. * Check if two pointers are equal.
  690. *
  691. * If the two passed pointers are not equal, the test
  692. * fails.
  693. *
  694. * @param X pointer
  695. * @param Y pointer to compare against X
  696. *
  697. * @note If the check fails, the remaining of the test is aborted
  698. *
  699. * @since 0.9.10
  700. */
  701. #define ck_assert_ptr_eq(X, Y) _ck_assert_ptr(X, ==, Y)
  702. /**
  703. * Check if two pointers are not.
  704. *
  705. * If the two passed pointers are equal, the test fails.
  706. *
  707. * @param X pointer
  708. * @param Y pointer to compare against X
  709. *
  710. * @since 0.9.10
  711. */
  712. #define ck_assert_ptr_ne(X, Y) _ck_assert_ptr(X, !=, Y)
  713. /**
  714. * Mark the last point reached in a unit test.
  715. *
  716. * If the test throws a signal or exits, the location noted with the
  717. * failure is the last location of a ck_assert*() or ck_abort() call.
  718. * Use mark_point() to record intermediate locations (useful for tracking down
  719. * crashes or exits).
  720. *
  721. * @since 0.6.0
  722. */
  723. #define mark_point() _mark_point(__FILE__,__LINE__)
  724. /* Non macro version of #mark_point */
  725. CK_DLL_EXP void CK_EXPORT _mark_point (const char *file, int line);
  726. /**
  727. * Enum describing the possible results of a test
  728. */
  729. enum test_result
  730. {
  731. CK_TEST_RESULT_INVALID, /**< Default value; should not encounter this */
  732. CK_PASS, /**< Test passed */
  733. CK_FAILURE, /**< Test completed but failed */
  734. CK_ERROR /**< Test failed to complete
  735. (unexpected signal or non-zero early exit) */
  736. };
  737. /**
  738. * Enum specifying the verbosity of output a SRunner should produce
  739. */
  740. enum print_output
  741. {
  742. CK_SILENT, /**< No output */
  743. CK_MINIMAL, /**< Only summary output */
  744. CK_NORMAL, /**< All failed tests */
  745. CK_VERBOSE, /**< All tests */
  746. CK_ENV, /**< Look at environment var CK_VERBOSITY
  747. for what verbosity to use, which can be
  748. either "silent", "minimal", "normal",
  749. or "verbose". If the environment variable
  750. is not set, then CK_NORMAL will be used.*/
  751. #if 0
  752. CK_SUBUNIT, /**< Run as a subunit child process */
  753. #endif
  754. CK_LAST /**< Not a valid option */
  755. };
  756. /**
  757. * Holds state for a running of a test suite
  758. */
  759. typedef struct SRunner SRunner;
  760. /**
  761. * Opaque type for a test failure
  762. */
  763. typedef struct TestResult TestResult;
  764. /**
  765. * Enum representing the types of contexts for a test
  766. */
  767. enum ck_result_ctx
  768. {
  769. CK_CTX_INVALID, /**< Default value; should not encounter this */
  770. CK_CTX_SETUP, /**< Setup before a test */
  771. CK_CTX_TEST, /**< Body of test itself */
  772. CK_CTX_TEARDOWN /**< Teardown after a test */
  773. };
  774. /**
  775. * Retrieve type of result that the given test result represents.
  776. *
  777. * This is a member of test_result, and can represent a
  778. * pass, failure, or error.
  779. *
  780. * @param tr test result to retrieve result from
  781. *
  782. * @return result of given test
  783. *
  784. * @since 0.6.0
  785. */
  786. CK_DLL_EXP int CK_EXPORT tr_rtype (TestResult * tr);
  787. /**
  788. * Retrieve context in which the result occurred for the given test result.
  789. *
  790. * The types of contents include the test setup, teardown, or the
  791. * body of the test itself.
  792. *
  793. * @param tr test result to retrieve context from
  794. *
  795. * @return context to which the given test result applies
  796. *
  797. * @since 0.8.0
  798. */
  799. CK_DLL_EXP enum ck_result_ctx CK_EXPORT tr_ctx (TestResult * tr);
  800. /**
  801. * Retrieve failure message from test result, if applicable.
  802. *
  803. * @return pointer to a message, if one exists. NULL otherwise.
  804. *
  805. * @since 0.6.0
  806. */
  807. CK_DLL_EXP const char *CK_EXPORT tr_msg (TestResult * tr);
  808. /**
  809. * Retrieve line number at which a failure occurred, if applicable.
  810. *
  811. * @return If the test resulted in a failure, returns the line number
  812. * that the failure occurred on; otherwise returns -1.
  813. *
  814. * @since 0.6.0
  815. */
  816. CK_DLL_EXP int CK_EXPORT tr_lno (TestResult * tr);
  817. /**
  818. * Retrieve file name at which a failure occurred, if applicable.
  819. *
  820. * @return If the test resulted in a failure, returns a string
  821. * containing the name of the file where the failure
  822. * occurred; otherwise returns NULL.
  823. *
  824. * @since 0.6.0
  825. */
  826. CK_DLL_EXP const char *CK_EXPORT tr_lfile (TestResult * tr);
  827. /**
  828. * Retrieve test case name in which a failure occurred, if applicable.
  829. *
  830. * @return If the test resulted in a failure, returns a string
  831. * containing the name of the test suite where the failure
  832. * occurred; otherwise returns NULL.
  833. *
  834. * @since 0.6.0
  835. */
  836. CK_DLL_EXP const char *CK_EXPORT tr_tcname (TestResult * tr);
  837. /**
  838. * Creates a suite runner for the given suite.
  839. *
  840. * Once created, additional suites can be added to the
  841. * suite runner using srunner_add_suite(), and the suite runner can be
  842. * run with srunner_run_all(). Once finished, the suite runner
  843. * must be freed with srunner_free().
  844. *
  845. * @param s suite to generate a suite runner for
  846. *
  847. * @return suite runner for the given suite
  848. *
  849. * @since 0.6.0
  850. */
  851. CK_DLL_EXP SRunner *CK_EXPORT srunner_create (Suite * s);
  852. /**
  853. * Add an additional suite to a suite runner.
  854. *
  855. * The first suite in a suite runner is always added in srunner_create().
  856. * This call adds additional suites to a suite runner.
  857. *
  858. * @param sr suite runner to add the given suite
  859. * @param s suite to add to the given suite runner
  860. *
  861. * @since 0.7.0
  862. */
  863. CK_DLL_EXP void CK_EXPORT srunner_add_suite (SRunner * sr, Suite * s);
  864. /**
  865. * Frees a suite runner, including all contained suite and test cases.
  866. *
  867. * This call is responsible for freeing all resources related to a
  868. * suite runner and all contained suites and test cases. Suite and
  869. * test cases need not be freed individually, as this call handles that.
  870. *
  871. * @param sr suite runner to free
  872. *
  873. * @since 0.6.0
  874. */
  875. CK_DLL_EXP void CK_EXPORT srunner_free (SRunner * sr);
  876. /**
  877. * Runs a suite runner and all contained suite, printing results to
  878. * stdout as specified by the print_mode.
  879. *
  880. * In addition to running all suites, if the suite runner has been
  881. * configured to output to a log, that is also performed.
  882. *
  883. * Note that if the CK_RUN_CASE and/or CK_RUN_SUITE environment variables
  884. * are defined, then only the named suite and/or test case is run.
  885. *
  886. * @param sr suite runner to run all suites from
  887. * @param print_mode the verbosity in which to report results to stdout
  888. *
  889. * @since 0.6.0
  890. */
  891. CK_DLL_EXP void CK_EXPORT srunner_run_all (SRunner * sr,
  892. enum print_output print_mode);
  893. /**
  894. * Run a specific suite or test case from a suite runner, printing results
  895. * to stdout as specified by the print_mode.
  896. *
  897. * In addition to running any applicable suites or test cases, if the
  898. * suite runner has been configured to output to a log, that is also
  899. * performed.
  900. *
  901. * @param sr suite runner where the given suite or test case must be
  902. * @param sname suite name to run. A NULL means "any suite".
  903. * @param tcname test case name to run. A NULL means "any test case"
  904. * @param print_mode the verbosity in which to report results to stdout
  905. *
  906. * @since 0.9.9
  907. */
  908. CK_DLL_EXP void CK_EXPORT srunner_run (SRunner * sr, const char *sname,
  909. const char *tcname, enum print_output print_mode);
  910. /**
  911. * Retrieve the number of failed tests executed by a suite runner.
  912. *
  913. * This value represents both test failures and errors.
  914. *
  915. * @param sr suite runner to query for all failed tests
  916. *
  917. * @return number of test failures and errors found by the suite runner
  918. *
  919. * @since 0.6.1
  920. */
  921. CK_DLL_EXP int CK_EXPORT srunner_ntests_failed (SRunner * sr);
  922. /**
  923. * Retrieve the total number of tests run by a suite runner.
  924. *
  925. * @param sr suite runner to query for all tests run
  926. *
  927. * @return number of all tests run by the suite runner
  928. *
  929. * @since 0.6.1
  930. */
  931. CK_DLL_EXP int CK_EXPORT srunner_ntests_run (SRunner * sr);
  932. /**
  933. * Return an array of results for all failures found by a suite runner.
  934. *
  935. * Number of results is equal to srunner_nfailed_tests().
  936. *
  937. * Information about individual results can be queried using:
  938. * tr_rtype(), tr_ctx(), tr_msg(), tr_lno(), tr_lfile(), and tr_tcname().
  939. *
  940. * Memory is malloc'ed and must be freed; however free the entire structure
  941. * instead of individual test cases.
  942. *
  943. * @param sr suite runner to retrieve results from
  944. *
  945. * @return array of TestResult objects
  946. *
  947. * @since 0.6.0
  948. */
  949. CK_DLL_EXP TestResult **CK_EXPORT srunner_failures (SRunner * sr);
  950. /**
  951. * Return an array of results for all tests run by a suite runner.
  952. *
  953. * Number of results is equal to srunner_ntests_run(), and excludes
  954. * failures due to setup function failure.
  955. *
  956. * Information about individual results can be queried using:
  957. * tr_rtype(), tr_ctx(), tr_msg(), tr_lno(), tr_lfile(), and tr_tcname().
  958. *
  959. * Memory is malloc'ed and must be freed; however free the entire structure
  960. * instead of individual test cases.
  961. *
  962. * @param sr suite runner to retrieve results from
  963. *
  964. * @return array of TestResult objects
  965. *
  966. * @since 0.6.1
  967. */
  968. CK_DLL_EXP TestResult **CK_EXPORT srunner_results (SRunner * sr);
  969. /**
  970. * Print the results contained in an SRunner to stdout.
  971. *
  972. * @param sr suite runner to print results for to stdout
  973. * @param print_mode the print_output (verbosity) to use to report
  974. * the result
  975. *
  976. * @since 0.7.0
  977. */
  978. CK_DLL_EXP void CK_EXPORT srunner_print (SRunner * sr,
  979. enum print_output print_mode);
  980. /**
  981. * Set the suite runner to output the result in log format to the
  982. * given file.
  983. *
  984. * Note: log file setting is an initialize only operation -- it should
  985. * be done immediately after SRunner creation, and the log file can't be
  986. * changed after being set.
  987. *
  988. * This setting does not conflict with the other log output types;
  989. * all logging types can occur concurrently if configured.
  990. *
  991. * @param sr suite runner to log results of in log format
  992. * @param fname file name to output log results to
  993. *
  994. * @since 0.7.1
  995. */
  996. CK_DLL_EXP void CK_EXPORT srunner_set_log (SRunner * sr, const char *fname);
  997. /**
  998. * Checks if the suite runner is assigned a file for log output.
  999. *
  1000. * @param sr suite runner to check
  1001. *
  1002. * @return 1 iff the suite runner currently is configured to output
  1003. * in log format; 0 otherwise
  1004. *
  1005. * @since 0.7.1
  1006. */
  1007. CK_DLL_EXP int CK_EXPORT srunner_has_log (SRunner * sr);
  1008. /**
  1009. * Retrieves the name of the currently assigned file
  1010. * for log output, if any exists.
  1011. *
  1012. * @return the name of the log file, or NULL if none is configured
  1013. *
  1014. * @since 0.7.1
  1015. */
  1016. CK_DLL_EXP const char *CK_EXPORT srunner_log_fname (SRunner * sr);
  1017. /**
  1018. * Set the suite runner to output the result in XML format to the
  1019. * given file.
  1020. *
  1021. * Note: XML file setting is an initialize only operation -- it should
  1022. * be done immediately after SRunner creation, and the XML file can't be
  1023. * changed after being set.
  1024. *
  1025. * This setting does not conflict with the other log output types;
  1026. * all logging types can occur concurrently if configured.
  1027. *
  1028. * @param sr suite runner to log results of in XML format
  1029. * @param fname file name to output XML results to
  1030. *
  1031. * @since 0.9.1
  1032. */
  1033. CK_DLL_EXP void CK_EXPORT srunner_set_xml (SRunner * sr, const char *fname);
  1034. /**
  1035. * Checks if the suite runner is assigned a file for XML output.
  1036. *
  1037. * @param sr suite runner to check
  1038. *
  1039. * @return 1 iff the suite runner currently is configured to output
  1040. * in XML format; 0 otherwise
  1041. *
  1042. * @since 0.9.1
  1043. */
  1044. CK_DLL_EXP int CK_EXPORT srunner_has_xml (SRunner * sr);
  1045. /**
  1046. * Retrieves the name of the currently assigned file
  1047. * for XML output, if any exists.
  1048. *
  1049. * @return the name of the XML file, or NULL if none is configured
  1050. *
  1051. * @since 0.9.1
  1052. */
  1053. CK_DLL_EXP const char *CK_EXPORT srunner_xml_fname (SRunner * sr);
  1054. /**
  1055. * Set the suite runner to output the result in TAP format to the
  1056. * given file.
  1057. *
  1058. * Note: TAP file setting is an initialize only operation -- it should
  1059. * be done immediately after SRunner creation, and the TAP file can't be
  1060. * changed after being set.
  1061. *
  1062. * This setting does not conflict with the other log output types;
  1063. * all logging types can occur concurrently if configured.
  1064. *
  1065. * @param sr suite runner to log results of in TAP format
  1066. * @param fname file name to output TAP results to
  1067. *
  1068. * @since 0.9.12
  1069. */
  1070. CK_DLL_EXP void CK_EXPORT srunner_set_tap (SRunner * sr, const char *fname);
  1071. /**
  1072. * Checks if the suite runner is assigned a file for TAP output.
  1073. *
  1074. * @param sr suite runner to check
  1075. *
  1076. * @return 1 iff the suite runner currently is configured to output
  1077. * in TAP format; 0 otherwise
  1078. *
  1079. * @since 0.9.12
  1080. */
  1081. CK_DLL_EXP int CK_EXPORT srunner_has_tap (SRunner * sr);
  1082. /**
  1083. * Retrieves the name of the currently assigned file
  1084. * for TAP output, if any exists.
  1085. *
  1086. * @return the name of the TAP file, or NULL if none is configured
  1087. *
  1088. * @since 0.9.12
  1089. */
  1090. CK_DLL_EXP const char *CK_EXPORT srunner_tap_fname (SRunner * sr);
  1091. /**
  1092. * Enum describing the current fork usage.
  1093. */
  1094. enum fork_status
  1095. {
  1096. CK_FORK_GETENV, /**< look in the environment for CK_FORK */
  1097. CK_FORK, /**< call fork to run tests */
  1098. CK_NOFORK /**< don't call fork */
  1099. };
  1100. /**
  1101. * Retrieve the current fork status for the given suite runner
  1102. *
  1103. * @param sr suite runner to check fork status of
  1104. *
  1105. * @since 0.8.0
  1106. */
  1107. CK_DLL_EXP enum fork_status CK_EXPORT srunner_fork_status (SRunner * sr);
  1108. /**
  1109. * Set the fork status for a given suite runner.
  1110. *
  1111. * The default fork status is CK_FORK_GETENV, which will look
  1112. * for the CK_FORK environment variable, which can be set to
  1113. * "yes" or "no". If the environment variable is not present,
  1114. * CK_FORK will be used if fork() is available on the system,
  1115. * otherwise CK_NOFORK is used.
  1116. *
  1117. * If set to CK_FORK or CK_NOFORK, the environment variable
  1118. * if defined is ignored.
  1119. *
  1120. * @param sr suite runner to assign the fork status to
  1121. * @param fstat fork status to assign
  1122. *
  1123. * @since 0.8.0
  1124. */
  1125. CK_DLL_EXP void CK_EXPORT srunner_set_fork_status (SRunner * sr,
  1126. enum fork_status fstat);
  1127. /**
  1128. * Invoke fork() during a test and assign the child to the same
  1129. * process group that the rest of the test case uses.
  1130. *
  1131. * One can invoke fork() directly during a test; however doing so
  1132. * may not guarantee that any children processes are destroyed once
  1133. * the test finishes. Once a test has completed, all processes in
  1134. * the process group will be killed; using this wrapper will prevent
  1135. * orphan processes.
  1136. *
  1137. * @return On success, the PID of the child process is returned in
  1138. * the parent, and 0 is returned in the child. On failure,
  1139. * an error will be printed and exit() invoked.
  1140. *
  1141. * @since 0.9.3
  1142. */
  1143. CK_DLL_EXP pid_t CK_EXPORT check_fork (void);
  1144. /**
  1145. * Wait for the pid and exit.
  1146. *
  1147. * This is to be used in conjunction with check_fork(). When called,
  1148. * will wait for the given process to terminate. If the process
  1149. * exited without error, exit(EXIT_SUCCESS) is invoked; otherwise
  1150. * exit(EXIT_FAILURE) is invoked.
  1151. *
  1152. * @param pid process to wait for, created by check_fork()
  1153. *
  1154. * @since 0.9.3
  1155. */
  1156. CK_DLL_EXP void CK_EXPORT
  1157. check_waitpid_and_exit (pid_t pid)
  1158. CK_ATTRIBUTE_NORETURN;
  1159. #ifdef __cplusplus
  1160. CK_CPPEND
  1161. #endif
  1162. #endif /* CHECK_H */