summaryrefslogtreecommitdiff
path: root/lib/dfsan/scripts/check_custom_wrappers.sh
diff options
context:
space:
mode:
authorAlexey Samsonov <samsonov@google.com>2014-02-14 12:05:41 +0000
committerAlexey Samsonov <samsonov@google.com>2014-02-14 12:05:41 +0000
commit2fe9ed2fac1384135865f554128b52611a39018d (patch)
tree3451be261637c659da93c14577a37a3f44903854 /lib/dfsan/scripts/check_custom_wrappers.sh
parentf73fdb6c285d36ad8b1d00a3c39c25210c817fd9 (diff)
Move DFSan test suite under test/
git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@201403 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/dfsan/scripts/check_custom_wrappers.sh')
-rwxr-xr-xlib/dfsan/scripts/check_custom_wrappers.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/dfsan/scripts/check_custom_wrappers.sh b/lib/dfsan/scripts/check_custom_wrappers.sh
index cf0d6e426..59f96dacc 100755
--- a/lib/dfsan/scripts/check_custom_wrappers.sh
+++ b/lib/dfsan/scripts/check_custom_wrappers.sh
@@ -1,7 +1,7 @@
#!/bin/bash
DFSAN_DIR=$(dirname "$0")/../
-DFSAN_CUSTOM_TESTS=${DFSAN_DIR}/lit_tests/custom.c
+DFSAN_CUSTOM_TESTS=${DFSAN_DIR}/../../test/dfsan/custom.c
DFSAN_CUSTOM_WRAPPERS=${DFSAN_DIR}/dfsan_custom.cc
DFSAN_ABI_LIST=${DFSAN_DIR}/done_abilist.txt