summaryrefslogtreecommitdiffstats
path: root/tools/unit-test/slang-unit-test.cpp
Commit message (Collapse)AuthorAge
* Correct include dir for libslang (#5539)Ellie Hermaszewska2024-11-13
| | | | | | | | This stops adding the repo root to the include path for anything linking with slang. This enabled a bunch of convenient includes, but might lead to confusing behavior for anyone including slang. Not to mention differences including it from an install vs source. Co-authored-by: Yong He <yonghe@outlook.com>
* formatEllie Hermaszewska2024-10-29
| | | | | | | * format * Minor test fixes * enable checking cpp format in ci
* Improvements to the unit test framework. (#1948)Yong He2021-09-28
|
* Move existing unit tests to a standalone dll. (#1945)Yong He2021-09-24
|
* Add gfx unit testing framework. (#1943)Yong He2021-09-22
* Add gfx unit testing framework. * Fix compilation error. * Reset gfxDebugCallback after render_test. * Pass enabledApi flags through. * Fix for code review suggestions. Co-authored-by: Yong He <yhe@nvidia.com>