From 0933ed7821e8587e7ff0ef08f33440d7283d57f8 Mon Sep 17 00:00:00 2001 From: Sam Clegg Date: Tue, 30 Apr 2019 18:03:58 -0700 Subject: [PATCH] more --- tests/core/{test_assert.c => test_assert.cpp} | 0 tests/core/{test_bswap64.c => test_bswap64.cpp} | 0 tests/core/{test_class.c => test_class.cpp} | 0 tests/core/{test_copyop.c => test_copyop.cpp} | 0 tests/core/{test_cxx03_do_run.c => test_cxx03_do_run.cpp} | 0 ...ing_constant_usage.c => test_direct_string_constant_usage.cpp} | 0 tests/core/{test_emptyclass.c => test_emptyclass.cpp} | 0 tests/core/{test_floatvars.c => test_floatvars.cpp} | 0 tests/core/{fnmatch.c => test_fnmatch.cpp} | 0 tests/core/{fnmatch.out => test_fnmatch.out} | 0 tests/core/{test_i64_2.c => test_i64_2.cpp} | 0 tests/core/{test_i64_3.c => test_i64_3.cpp} | 0 tests/core/{test_i64_b.c => test_i64_b.cpp} | 0 tests/core/{test_i64_cmp.c => test_i64_cmp.cpp} | 0 tests/core/{test_i64_double.c => test_i64_double.cpp} | 0 tests/core/{test_inherit.c => test_inherit.cpp} | 0 tests/core/{test_intvars.c => test_intvars.cpp} | 0 17 files changed, 0 insertions(+), 0 deletions(-) rename tests/core/{test_assert.c => test_assert.cpp} (100%) rename tests/core/{test_bswap64.c => test_bswap64.cpp} (100%) rename tests/core/{test_class.c => test_class.cpp} (100%) rename tests/core/{test_copyop.c => test_copyop.cpp} (100%) rename tests/core/{test_cxx03_do_run.c => test_cxx03_do_run.cpp} (100%) rename tests/core/{test_direct_string_constant_usage.c => test_direct_string_constant_usage.cpp} (100%) rename tests/core/{test_emptyclass.c => test_emptyclass.cpp} (100%) rename tests/core/{test_floatvars.c => test_floatvars.cpp} (100%) rename tests/core/{fnmatch.c => test_fnmatch.cpp} (100%) rename tests/core/{fnmatch.out => test_fnmatch.out} (100%) rename tests/core/{test_i64_2.c => test_i64_2.cpp} (100%) rename tests/core/{test_i64_3.c => test_i64_3.cpp} (100%) rename tests/core/{test_i64_b.c => test_i64_b.cpp} (100%) rename tests/core/{test_i64_cmp.c => test_i64_cmp.cpp} (100%) rename tests/core/{test_i64_double.c => test_i64_double.cpp} (100%) rename tests/core/{test_inherit.c => test_inherit.cpp} (100%) rename tests/core/{test_intvars.c => test_intvars.cpp} (100%) diff --git a/tests/core/test_assert.c b/tests/core/test_assert.cpp similarity index 100% rename from tests/core/test_assert.c rename to tests/core/test_assert.cpp diff --git a/tests/core/test_bswap64.c b/tests/core/test_bswap64.cpp similarity index 100% rename from tests/core/test_bswap64.c rename to tests/core/test_bswap64.cpp diff --git a/tests/core/test_class.c b/tests/core/test_class.cpp similarity index 100% rename from tests/core/test_class.c rename to tests/core/test_class.cpp diff --git a/tests/core/test_copyop.c b/tests/core/test_copyop.cpp similarity index 100% rename from tests/core/test_copyop.c rename to tests/core/test_copyop.cpp diff --git a/tests/core/test_cxx03_do_run.c b/tests/core/test_cxx03_do_run.cpp similarity index 100% rename from tests/core/test_cxx03_do_run.c rename to tests/core/test_cxx03_do_run.cpp diff --git a/tests/core/test_direct_string_constant_usage.c b/tests/core/test_direct_string_constant_usage.cpp similarity index 100% rename from tests/core/test_direct_string_constant_usage.c rename to tests/core/test_direct_string_constant_usage.cpp diff --git a/tests/core/test_emptyclass.c b/tests/core/test_emptyclass.cpp similarity index 100% rename from tests/core/test_emptyclass.c rename to tests/core/test_emptyclass.cpp diff --git a/tests/core/test_floatvars.c b/tests/core/test_floatvars.cpp similarity index 100% rename from tests/core/test_floatvars.c rename to tests/core/test_floatvars.cpp diff --git a/tests/core/fnmatch.c b/tests/core/test_fnmatch.cpp similarity index 100% rename from tests/core/fnmatch.c rename to tests/core/test_fnmatch.cpp diff --git a/tests/core/fnmatch.out b/tests/core/test_fnmatch.out similarity index 100% rename from tests/core/fnmatch.out rename to tests/core/test_fnmatch.out diff --git a/tests/core/test_i64_2.c b/tests/core/test_i64_2.cpp similarity index 100% rename from tests/core/test_i64_2.c rename to tests/core/test_i64_2.cpp diff --git a/tests/core/test_i64_3.c b/tests/core/test_i64_3.cpp similarity index 100% rename from tests/core/test_i64_3.c rename to tests/core/test_i64_3.cpp diff --git a/tests/core/test_i64_b.c b/tests/core/test_i64_b.cpp similarity index 100% rename from tests/core/test_i64_b.c rename to tests/core/test_i64_b.cpp diff --git a/tests/core/test_i64_cmp.c b/tests/core/test_i64_cmp.cpp similarity index 100% rename from tests/core/test_i64_cmp.c rename to tests/core/test_i64_cmp.cpp diff --git a/tests/core/test_i64_double.c b/tests/core/test_i64_double.cpp similarity index 100% rename from tests/core/test_i64_double.c rename to tests/core/test_i64_double.cpp diff --git a/tests/core/test_inherit.c b/tests/core/test_inherit.cpp similarity index 100% rename from tests/core/test_inherit.c rename to tests/core/test_inherit.cpp diff --git a/tests/core/test_intvars.c b/tests/core/test_intvars.cpp similarity index 100% rename from tests/core/test_intvars.c rename to tests/core/test_intvars.cpp