summaryrefslogtreecommitdiff
path: root/tests/diagnostics/missing-include-file.slang
AgeCommit message (Collapse)Author
2019-04-02Feature/test improvements (#934)jsmall-nvidia
* First pass extract the test information by 'running tests'. * * Checking renderer availablilty * Using TestInfo to determine which tests are run and synthesized * Display if test is synthesized and what render api it's targetting * * Improved comments * Removed some dead code * Display ignored tests. * TestInfo -> TestRequirements * * Added DIAGNOSTIC_TEST type - test always runs (ie has no requirements). * Made diagnostic tests use DIAGNOSTIC_TEST * TestInfo -> TestRequirements * TestDetails holds TestRequirements and TestOptions * Fix debug typo.
2017-06-12Rename tests from `*.spire` to `*.slang`Tim Foley
Many of the existing test cases were being skipped on accident, because their file names used `.spire` and the test tool was now looking for `.slang`