Replaced 'test_thread_stack.%' in rules with '$<', which refers to the first
prerequisite listed.

This fixes the nondeterministic nature of this test failing (for reasons
of being unable to find the binary).

git-svn-id: file:///svn/tokudb@5387 c7de825b-a66e-492c-adef-691d508d4ae1
This commit is contained in:
Yoni Fogel 2008-07-28 17:59:51 +00:00
parent df1c7a9379
commit 0ac518ea4f

View file

@ -235,6 +235,6 @@ dumpit:
# test on small stacks
test_thread_stack.%run: test_thread_stack.%
$(UNSETTOKUENV) ./test_thread_stack.% -a -thread_stack 16384 && \
$(UNSETTOKUENV) ./test_thread_stack.% -a -thread_stack 16384 -resume $(SUMMARIZE_CMD)
$(UNSETTOKUENV) ./$< -a -thread_stack 16384 && \
$(UNSETTOKUENV) ./$< -a -thread_stack 16384 -resume $(SUMMARIZE_CMD)