ssnetsim / supersim

A flexible event-driven cycle-accurate network simulator
Apache License 2.0
8 stars 1 forks source link

Rearchitect BUILD for parallel unit tests and config tests. #21

Closed nicmcd closed 4 years ago

nicmcd commented 4 years ago

Fixes #11 Fixes #12

Now all tests are run in parallel with: bazel test :*

On a 8 core machine, the time from bazel clean to the finish of bazel test -c opt --copt=-O3 :* is 2m15s.

nicmcd commented 4 years ago

Added test suites:

bazel test :unit_tests bazel test :config_tests