From d5a0a3ed0a42c9ca2508d1f383d6933c2e389ace Mon Sep 17 00:00:00 2001 From: Willi Goesgens Date: Wed, 15 Oct 2014 14:04:26 +0200 Subject: [PATCH] Follow rename in makefile. --- UnitTests/Makefile.unittests | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UnitTests/Makefile.unittests b/UnitTests/Makefile.unittests index 1568b124b4..93b0118f8a 100755 --- a/UnitTests/Makefile.unittests +++ b/UnitTests/Makefile.unittests @@ -473,7 +473,7 @@ SHELL_SERVER_ONLY = \ @top_srcdir@/js/server/tests/shell-foxx-format-middleware.js \ @top_srcdir@/js/server/tests/shell-foxx-preprocessor.js \ @top_srcdir@/js/server/tests/shell-skiplist-index.js \ - @top_srcdir@/js/server/tests/shell-skiplist-rm-performance.js \ + @top_srcdir@/js/server/tests/shell-skiplist-rm-performance-timecritical.js \ @top_srcdir@/js/server/tests/shell-skiplist-correctness.js SHELL_SERVER = $(SHELL_COMMON) $(SHELL_SERVER_ONLY)