It might be a good idea to add some kind of flag to the program so that it runs the tests.
(e.g. jacr test)
But removing it from the release version might be good too.
Maybe I can make it so that if you pass test to the build script (e.g. jai build.jai - test) then it will build with only running the tests. If it is done this way then there can be a test argument to the build_and_run.sh script to build and run with tests.
It might be a good idea to add some kind of flag to the program so that it runs the tests. (e.g.
jacr test
) But removing it from the release version might be good too. Maybe I can make it so that if you passtest
to the build script (e.g.jai build.jai - test
) then it will build with only running the tests. If it is done this way then there can be atest
argument to thebuild_and_run.sh
script to build and run with tests.