aboutsummaryrefslogtreecommitdiff
path: root/libcxx/test/selftest/file_dependencies/absolute-and-relative-paths.sh.cpp
blob: 68283f6d64566fd167ce98a79cfcbbed970a7c47 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
//===----------------------------------------------------------------------===//
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// See https://llvm.org/LICENSE.txt for license information.
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
//
//===----------------------------------------------------------------------===//

// Make sure that FILE_DEPENDENCIES work with relative AND absolute paths.

// FILE_DEPENDENCIES: %S/a.txt
// RUN: test -e %{temp}/a.txt

// FILE_DEPENDENCIES: dir/b.txt
// RUN: test -e %{temp}/b.txt