This is a repository serving student examples of AikenPBL (a F12 Project Catalyst proposal)
All the tests in this student library is built with naming convention of <module>_l<slt_number>, for example:
m103_l1for module 103 slt 1m203_l3for module 203 slt 3
There is a specific aiken test command to run specifc test cases which match the names, for example:
-
Run below for
m103_l1aiken check -m m103_l1
-
Run below for
203_l3aiken check -m 203_l3