You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#39 was merged which added a make test that can be ran from src/ that will instantiate a build, testinstall and test. Documentation should probably be added describing aprsc's dependencies.
Building aprsc and the test suite depend on you having the following installed:
Running tests requires that you:
cd src
./configre
make
make testinstall
cd ../tests
make test
The text was updated successfully, but these errors were encountered: