File: test-runner.cpp

package info (click to toggle)
r-cran-testthat 3.2.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 3,452 kB
  • sloc: cpp: 9,261; ansic: 37; sh: 14; makefile: 5
file content (7 lines) | stat: -rw-r--r-- 247 bytes parent folder | download | duplicates (11)
1
2
3
4
5
6
7
/*
 * Please do not edit this file -- it ensures that your package will export a
 * 'run_testthat_tests()' C routine that can be used to run the Catch unit tests
 * available in your package.
 */
#define TESTTHAT_TEST_RUNNER
#include <testthat.h>