fmease / lushui

The reference compiler of the Lushui programming language
Apache License 2.0
5 stars 0 forks source link

Force explicit links from UI tests to auxiliary files #95

Open fmease opened 3 years ago

fmease commented 3 years ago

Meta: Task: Expand. Maybe something like:

main.lushui:

;;; TEST pass check
;;; TEST auxiliaries aux

aux.lushui

;;; TEST auxiliary main

and that the given auxiliary files

Makes the test suite more robust since erroneous modifying actions (removing/renaming/changing the Lushui code inside of the tests) can potentially be caught: Unreferenced auxiliary file etc.