mirror of
https://github.com/jmcnamara/libxlsxwriter
synced 2025-03-28 21:13:14 +00:00
16 lines
234 B
C
16 lines
234 B
C
![]() |
/*
|
||
|
* Test runner for xmlwriter using ctest.
|
||
|
*
|
||
|
* Copyright 2014-2024 John McNamara, jmcnamara@cpan.org
|
||
|
*
|
||
|
*/
|
||
|
#define CTEST_MAIN
|
||
|
|
||
|
#include "../ctest.h"
|
||
|
|
||
|
int main(int argc, const char *argv[])
|
||
|
{
|
||
|
return ctest_main(argc, argv);
|
||
|
}
|
||
|
|