ReactOS 0.4.16-dev-1561-gba36b90
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
13extern void test_CPP_PathCch(void);
14
15START_TEST(PathCchCompileTest)
16{
17 test_C_PathCch();
19}
20
21/* EOF */
#define START_TEST(x)
Definition: atltest.h:75
void test_CPP_PathCch(void)