summaryrefslogtreecommitdiffstats
path: root/tests/preprocessor/include-search-path.slang
Commit message (Collapse)AuthorAge
* #include not using search paths (#873)jsmall-nvidia2019-03-02
* Fix warnings from visual studio due to coercion losing data. * Removed searchDirectories from FrontEndCompileRequest and use the one in Linkage as that is the one that is changed via Slang API. * * Add searchPaths back to FrontEndRequest * Add comments to explain the issue * Add a test to check include paths