Skip to content

  • Projects
  • Groups
  • Snippets
  • Help
  • This project
    • Loading...
  • Sign in / Register
G
glslang
  • Project
    • Overview
    • Details
    • Activity
    • Cycle Analytics
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Charts
  • Issues 0
    • Issues 0
    • List
    • Board
    • Labels
    • Milestones
  • Merge Requests 0
    • Merge Requests 0
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
    • Charts
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • Chen Yisong
  • glslang
  • Repository

Switch branch/tag
  • glslang
  • gtests
  • README.md
Find file
BlameHistoryPermalink
  • Lei Zhang's avatar
    Link in Google Test framework. · 414eb604
    Lei Zhang authored Mar 04, 2016
    The existing test harness is a homemade shell script. All the tests
    and the expected results are written in plain text files. The harness
    just reads in a test, invoke the glslangValidator binary on it, and
    compare the result with the golden file. All tests are kinda
    integration tests.
    
    This patch add Google Test as an external project, which provides a
    new harness for reading shader source files, compile to SPIR-V, and
    then compare with the expected output.
    414eb604
README.md 1.18 KB
EditWeb IDE
×

Replace README.md

Attach a file by drag & drop or click to upload


Cancel
A new branch will be created in your fork and a new merge request will be started.