@sohale/implisolid
Version:
A Solid Modelling Kernel in Javascript based on Implicit Surfaces, for MP5 file format
12 lines (9 loc) • 513 B
Markdown
Use:
./full_test_suite.sh to compile and run all tests together (all cpp files in this immediate folder).
This folder contains several tests. All of those which start with test_*.cpp :
- all of them are xUnit-style tests.
- all of them share the same main function.
- all of them are compiled at the same time.
- none of the files individually have a main() function.
- Other tests such as performance tests, return experimentation, etc are in the sub folders.
- Files in sub-folders are not xUnit-stlye tests.