summaryrefslogtreecommitdiff
path: root/tools/slang-unit-test/unit-test-io.cpp
AgeCommit message (Collapse)Author
2022-06-24Handling of temporary files (#2299)jsmall-nvidia
* #include an absolute path didn't work - because paths were taken to always be relative. * Work around windows issue with temporary file clash. * Handle the temporary file path actually creates a file. * Fix typo. * Fix typo in linux for temporary file. * Add unit test for io. Tests generateTemporary operation.