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