mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-29 02:19:18 -05:00
7fc2a83fe6
C++ module-using TUs cannot participate in unity builds. Add a test case for this situation.
9 lines
71 B
C++
9 lines
71 B
C++
#include "unity.h"
|
|
|
|
#define DETECT_UNITY
|
|
|
|
int unity1()
|
|
{
|
|
return 0;
|
|
}
|