summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorChad Versace <chad.versace@intel.com>2015-08-07 08:40:22 -0700
committerChad Versace <chad.versace@intel.com>2015-08-07 08:42:22 -0700
commite697f936818a6233203a87b91ad9906deaca053b (patch)
treeb1a9cd69025a5a2e629aa1782ac4c3a3f850fa8e /Makefile.am
parent45bbf8a18a7f6297bfc537bec3de53d3c9c0fd12 (diff)
framework/runner: Rename 'cru_runner' -> 'runner'
The name 'runner' is unambiguous because Crucible has a single type of runner: the test runner. In addition to the symbol renames, rename files cru_runner.[ch] -> runner.[ch].
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 7e3d63b..6cb5b9e 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -53,7 +53,7 @@ bin_crucible_SOURCES = \
src/cmd/main.c \
src/cmd/run.c \
src/cmd/version.c \
- src/framework/runner/cru_runner.c \
+ src/framework/runner/runner.c \
src/framework/test/t_cleanup.c \
src/framework/test/t_data.c \
src/framework/test/t_dump.c \