Skip to content

Commit d9dd17a

Browse files
authored
Add a placeholder for the test-suite-externals directory (#186)
When setting up external sources within llvm-test-suite, that can either be done by checking out those sources in the test-suite-externals directory, or by setting a CMake variable to point at the source directory elsewhere. As the git repo itself doesn't contain any files in the test-suite-externals directory, no such directory exists in users checkouts, unless they manually create it (which feels brittle and can be prone to mistypings etc). Therefore, add a placeholder dummy file to force git to create the directory, making it more obvious to users where they can place external sources. The directory is ignored via .gitignore, so files or directories in this tree don't get added accidentally.
1 parent eee9587 commit d9dd17a

File tree

1 file changed

+0
-0
lines changed

1 file changed

+0
-0
lines changed

test-suite-externals/.gitkeep

Whitespace-only changes.

0 commit comments

Comments
 (0)