Skip to content
  • Laurent Le Brun's avatar
    Add proper testing using OpenTK · 3e6c8e81
    Laurent Le Brun authored
    Test works as follow:
    - compile input file
    - minify it
    - check the output can still compile
    
    We don't test the behavior of the shader, so it's not perfect. But this
    catches obvious bugs (e.g. bad renaming, syntax errors, type errors).
    3e6c8e81