Newer
Older
snipet / kyscript / trunk / lib / nstdc / include / nstdc_unittest.h
Nomura Kei on 26 Aug 2022 423 bytes old svn data to git
/**
 * @file      nstdc_unittest.h
 * @brief     単体テスト扱うヘッダーファイル
 * @author    Nomura Kei
 * @copyright 2003 - 2017  Nomura Kei
 * License: New BSD License (3-cclause BSD license)
 */
#ifndef NSTDC_UNITTEST_H
#define NSTDC_UNITTEST_H

#include <nstdc.h>


void nstdc_utadd(const char* title, void (*testfunc)(void));
void nstdc_utrun(void);


#endif	/* NSTDC_UNITTEST_H	*/