Nasal Unit Testing Framework: Difference between revisions

Line 28: Line 28:
     mkdir BUILD
     mkdir BUILD
     cd BUILD
     cd BUILD
     cmake ../ -DENABLE_TESTS=ON -DSIMGEAR_HEADLESS=ON -DENABLE_SOUND=OFF -D_WIN32=1
     cmake ../ -DENABLE_TESTS=ON -DSIMGEAR_HEADLESS=ON -DENABLE_SOUND=OFF  
     make
     make
</pre>
</pre>
Line 38: Line 38:


*create and use a separate build folder, separate from the source tree
*create and use a separate build folder, separate from the source tree
* configure the build via -DENABLE_TESTS=ON -DSIMGEAR_HEADLESS=ON -DENABLE_SOUND=OFF -D_WIN32=1
* configure the build via -DENABLE_TESTS=ON -DSIMGEAR_HEADLESS=ON -DENABLE_SOUND=OFF  
* build
* build
* report back  
* report back