Skip to content

Commit

Permalink
have git track the empty src dir in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
harrysarson committed Apr 16, 2021
1 parent e5bb361 commit 5ced156
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core-tests/run-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ ln -sv "${CORE_GIT_DIR}" "${CORE_LINK}"
rm -vf "${CORE_GIT_DIR}"/*.dat "${CORE_GIT_DIR}"/doc*.json

# Now we can run the tests against the symlinked source code for real.
mkdir -p src/ # needed for compilation

echo;
echo "running tests ...";
echo;
Expand Down
Empty file added core-tests/src/empty
Empty file.

0 comments on commit 5ced156

Please sign in to comment.