Cross-platform version of MNA1 program by Prof. Moreirão available at http://www.coe.ufrj.br/~acmq/cursos/
$ ./bin/mna
# Will prompt for netlist file path
$ ./bin/mna data/simples.net
$ scons
$ ./bin/mna
- Open mna.sln
- Run (F5)!
-
Install gtest libs
$ sudo yum install gtest-devel
-
Run tests:
$ scons $ ./bin/test
-
Open mna.sln file
-
Configure Solution Startup
Solution "mna" -> Properties -> Commom Properties -> Startup Properties
On Multiple Startup Projects:
-
mna -> Start
-
tests -> Start without Debugging
-
-
Start (or F5)!
Start will run both the program and the tests!