mirror of
https://github.com/jmcnamara/libxlsxwriter.git
synced 2026-05-16 06:06:11 -06:00
15 lines
227 B
C
15 lines
227 B
C
/*
|
|
* Test runner for xmlwriter using ctest.
|
|
*
|
|
* Copyright 2014, John McNamara, jmcnamara@cpan.org
|
|
*
|
|
*/
|
|
#define CTEST_MAIN
|
|
|
|
#include "ctest.h"
|
|
|
|
int main(int argc, const char *argv[])
|
|
{
|
|
return ctest_main(argc, argv);
|
|
}
|
|
|