citrun

watch C/C++ source code execute
Log | Files | Refs | LICENSE

commit 2cbb497c80d6bf501eb9ad3fd634c6c881566bb2
parent 5390479d74b230412aba784c1e668045142082cb
Author: Kyle Milz <kyle@0x30.net>
Date:   Mon, 11 Jul 2016 20:29:11 -0600

t: rename some tests

Diffstat:
Rt/if.t -> t/inst_if.t | 0
Rt/multiple_sources.t -> t/inst_multi_source.t | 0
Rt/return.t -> t/inst_return.t | 0
Rt/switch.t -> t/inst_switch.t | 0
Rt/while.t -> t/inst_while.t | 0
Rt/runtime_counters_increase.t -> t/rt_counters_increase.t | 0
Rt/runtime_metadata.t -> t/rt_metadata.t | 0
Rt/runtime_reconnect.t -> t/rt_reconnect.t | 0
Rt/runtime_sanity.t -> t/rt_sanity.t | 0
9 files changed, 0 insertions(+), 0 deletions(-)

diff --git a/t/if.t b/t/inst_if.t diff --git a/t/multiple_sources.t b/t/inst_multi_source.t diff --git a/t/return.t b/t/inst_return.t diff --git a/t/switch.t b/t/inst_switch.t diff --git a/t/while.t b/t/inst_while.t diff --git a/t/runtime_counters_increase.t b/t/rt_counters_increase.t diff --git a/t/runtime_metadata.t b/t/rt_metadata.t diff --git a/t/runtime_reconnect.t b/t/rt_reconnect.t diff --git a/t/runtime_sanity.t b/t/rt_sanity.t