Add tests and update scripts for part 3

This commit is contained in:
Nikita Kraiouchkine
2023-05-12 14:17:07 +02:00
parent c00bc1a8a0
commit de87347215
18 changed files with 750 additions and 4 deletions

View File

@@ -25,9 +25,9 @@ for dir in "${target_dirs[@]}"; do
cp $SRCDIR/test_part2.c $dir/Exercise$i/test.c
done
# copy test-part3.c to the Exercise13-Exercise15 directories
# for i in {13..15}; do
# cp $SRCDIR/test_part3.c $dir/Exercise$i/test.c
# done
for i in {13..16}; do
cp $SRCDIR/test_part3.c $dir/Exercise$i/test.c
done
done
exit 0