mirror of
https://github.com/carp-lang/Carp.git
synced 2024-11-20 11:02:01 +03:00
chore: Move test-for-errors to test directory
This commit is contained in:
parent
f78fd16a71
commit
8de4808b74
2
.gitignore
vendored
2
.gitignore
vendored
@ -22,3 +22,5 @@ flamegraph.svg
|
||||
/docs/core/*.html
|
||||
/docs/sdl/*.html
|
||||
/docs/sdl/.DS_Store
|
||||
*/.DS_Store
|
||||
.DS_Store
|
||||
|
@ -34,7 +34,7 @@ for f in ./test/*.carp; do
|
||||
done
|
||||
|
||||
echo "Test for correct error messages when doing "carp --check" on the source."
|
||||
for f in ./test-for-errors/*.carp; do
|
||||
for f in ./test/test-for-errors/*.carp; do
|
||||
echo $f
|
||||
./test/check.sh $f
|
||||
done
|
||||
|
Loading…
Reference in New Issue
Block a user