From e888b080d09d4f176ae27110907fdfa801f9e6e5 Mon Sep 17 00:00:00 2001 From: Jan Steemann Date: Fri, 11 Jan 2013 21:12:55 +0100 Subject: [PATCH] execute graph traversal test --- UnitTests/Makefile.unittests | 1 + 1 file changed, 1 insertion(+) diff --git a/UnitTests/Makefile.unittests b/UnitTests/Makefile.unittests index f3f10e7327..17d1cbe246 100755 --- a/UnitTests/Makefile.unittests +++ b/UnitTests/Makefile.unittests @@ -205,6 +205,7 @@ SHELL_COMMON = @top_srcdir@/js/common/tests/shell-document.js \ @top_srcdir@/js/common/tests/shell-edge.js \ @top_srcdir@/js/common/tests/shell-collection.js \ @top_srcdir@/js/common/tests/shell-compactor.js \ + @top_srcdir@/js/common/tests/shell-graph-traversal.js \ @top_srcdir@/js/common/tests/shell-simple-query.js \ @top_srcdir@/js/common/tests/shell-statement.js \ @top_srcdir@/js/common/tests/shell-users.js \