Skip to content

Commit 8de4808

Browse files
Erik SvedangErik Svedang
Erik Svedang
authored and
Erik Svedang
committed
chore: Move test-for-errors to test directory
1 parent f78fd16 commit 8de4808

40 files changed

+3
-1
lines changed

.gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,5 @@ flamegraph.svg
2222
/docs/core/*.html
2323
/docs/sdl/*.html
2424
/docs/sdl/.DS_Store
25+
*/.DS_Store
26+
.DS_Store

scripts/run_carp_tests.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ for f in ./test/*.carp; do
3434
done
3535

3636
echo "Test for correct error messages when doing "carp --check" on the source."
37-
for f in ./test-for-errors/*.carp; do
37+
for f in ./test/test-for-errors/*.carp; do
3838
echo $f
3939
./test/check.sh $f
4040
done
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)