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