erickschulz / NPDECODES

MIT License
36 stars 55 forks source link

make test #24

Closed hiptmair closed 3 years ago

hiptmair commented 3 years ago

Would it be possible to enable make test for NPDECODES? This command should run all the unit tests for the master solutions like in the build system for LehrFEM++.

erickschulz commented 3 years ago

This was already built into the system by Oliver. You can write make test and tabulate and you will see options.

make test_developers_mastersolution make test_homeworks_mysolution

etc are examples of commands we can call.