Navigation Menu

Skip to content

Commit

Permalink
test: remove unused test
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Jun 16, 2014
1 parent 25628f1 commit 729a1d6
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 261 deletions.
2 changes: 0 additions & 2 deletions test/unit/core/Makefile.am
Expand Up @@ -12,7 +12,6 @@ noinst_LTLIBRARIES = \
test-patricia-trie.la \
test-patricia-trie-cursor.la \
test-patricia-trie-search.la \
test-performance.la \
test-stress.la \
test-public-context.la \
test-table.la \
Expand Down Expand Up @@ -100,7 +99,6 @@ test_inverted_index_la_SOURCES = test-inverted-index.c
test_patricia_trie_la_SOURCES = test-patricia-trie.c
test_patricia_trie_cursor_la_SOURCES = test-patricia-trie-cursor.c
test_patricia_trie_search_la_SOURCES = test-patricia-trie-search.c
test_performance_la_SOURCES = test-performance.c
test_stress_la_SOURCES = test-stress.c
test_public_context_la_SOURCES = test-public-context.c
test_table_la_SOURCES = test-table.c
Expand Down
258 changes: 0 additions & 258 deletions test/unit/core/test-performance.c

This file was deleted.

1 change: 0 additions & 1 deletion test/unit/run-test.sh
Expand Up @@ -53,7 +53,6 @@ if test x"$CUTTER_VERBOSE" = x"yes"; then
fi
CUTTER_ARGS="$CUTTER_ARGS --exclude-directory fixtures"
CUTTER_ARGS="$CUTTER_ARGS --exclude-directory lib"
CUTTER_ARGS="$CUTTER_ARGS --exclude-file test-performance.so"

GRN_PLUGINS_DIR="$top_dir/plugins"
export GRN_PLUGINS_DIR
Expand Down

0 comments on commit 729a1d6

Please sign in to comment.