tracks/pascal/SETUP.md in trackler-2.0.6.18 vs tracks/pascal/SETUP.md in trackler-2.0.6.19
- old
+ new
@@ -1,9 +1,19 @@
\ No newline at end of file
+# Testing
+
+In order to run the tests for this track, you will need to install
+DUnitX. Please see [INSTALLATION.md](link here) for more information.
+
+### Submitting Exercises
+
+Note that, when trying to submit an exercise, make sure the exercise file you're submitting is in the `exercism/pascal/<exerciseName>` directory.
+
+For example, if you're submitting `ubob.pas` for the Bob exercise, the submit command would be something like `exercism submit <path_to_exercism_dir>/pascal/bob/ubob.pas`.