summaryrefslogtreecommitdiffstats
path: root/compiler-rt/lib/interception/tests/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'compiler-rt/lib/interception/tests/CMakeLists.txt')
-rw-r--r--compiler-rt/lib/interception/tests/CMakeLists.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/compiler-rt/lib/interception/tests/CMakeLists.txt b/compiler-rt/lib/interception/tests/CMakeLists.txt
index 96bdda73e9e..b2418110fba 100644
--- a/compiler-rt/lib/interception/tests/CMakeLists.txt
+++ b/compiler-rt/lib/interception/tests/CMakeLists.txt
@@ -3,10 +3,10 @@ include(CompilerRTCompile)
filter_available_targets(INTERCEPTION_UNITTEST_SUPPORTED_ARCH x86_64 i386 mips64 mips64el)
set(INTERCEPTION_UNITTESTS
- interception_linux_test.cc
- interception_test_main.cc
- interception_win_test.cc
-)
+ interception_linux_test.cpp
+ interception_test_main.cpp
+ interception_win_test.cpp
+ )
set(INTERCEPTION_TEST_HEADERS)
OpenPOWER on IntegriCloud