Testing dynamically linking to lib in testing

This commit is contained in:
Matt Sullivan
2020-07-10 14:57:37 -07:00
parent 9132b2c86b
commit 90a2c2296e
2 changed files with 41 additions and 3 deletions

View File

@@ -7,4 +7,4 @@ In the ```rive``` directory, run ```build.sh``` to debug build and ```build.sh r
## Testing
In the ```test``` directory, run ```test.sh``` to compile and execute the tests.
The tests themselves live in ```rive/test```. To add new tests, create a new xxx_test.cpp file here. The test harness will automatically pick up the new file.
The tests live in ```rive/test```. To add new tests, create a new ```xxx_test.cpp``` file here. The test harness will automatically pick up the new file.