ReactOS
0.4.16-dev-1946-g52006dd
pathcch_compile.c
Go to the documentation of this file.
1
/*
2
* PROJECT: ReactOS PathCch Library - Unit-tests
3
* LICENSE: LGPL-2.0-or-later (https://spdx.org/licenses/LGPL-2.0-or-later)
4
* PURPOSE: C compilation tests
5
* COPYRIGHT: Copyright 2025 Hermès Bélusca-Maïto <hermes.belusca-maito@reactos.org>
6
*/
7
8
#include "
precomp.h
"
9
10
#include "pathcch_compile.inc"
11
12
// See pathcch_compile.cpp
13
extern
void
test_CPP_PathCch
(
void
);
14
15
START_TEST
(PathCchCompileTest)
16
{
17
test_C_PathCch();
18
test_CPP_PathCch
();
19
}
20
21
/* EOF */
START_TEST
#define START_TEST(x)
Definition:
atltest.h:75
test_CPP_PathCch
void test_CPP_PathCch(void)
precomp.h
modules
rostests
unittests
pathcch
pathcch_compile.c
Generated on Thu Dec 4 2025 06:09:56 for ReactOS by
1.9.6