diff options
Diffstat (limited to 'tests.sh')
| -rw-r--r-- | tests.sh | 5 |
1 files changed, 5 insertions, 0 deletions
| @@ -130,6 +130,11 @@ run_test "Tcl Proc" "hello" "$TEST_DIR/test.tcl" "proc hello" | |||
| 130 | run_test "Tcl Params" "add" "$TEST_DIR/test.tcl" "proc add" | 130 | run_test "Tcl Params" "add" "$TEST_DIR/test.tcl" "proc add" |
| 131 | run_test "Tcl Complex" "complex_proc" "$TEST_DIR/test.tcl" "proc complex_proc" | 131 | run_test "Tcl Complex" "complex_proc" "$TEST_DIR/test.tcl" "proc complex_proc" |
| 132 | 132 | ||
| 133 | # GLSL Tests | ||
| 134 | run_test "GLSL Func" "main" "$TEST_DIR/test.glsl" "void main" | ||
| 135 | run_test "GLSL Params" "add_vectors" "$TEST_DIR/test.glsl" "vec3 add_vectors (vec3 a, vec3 b)" | ||
| 136 | run_test "GLSL Struct" "Point" "$TEST_DIR/test.glsl" "struct Point" | ||
| 137 | |||
| 133 | # Case Sensitivity Tests | 138 | # Case Sensitivity Tests |
| 134 | run_test "Default Case Insensitive" "foo" "tests/test.c" "void FooBar" | 139 | run_test "Default Case Insensitive" "foo" "tests/test.c" "void FooBar" |
| 135 | run_test_with_flags "Case Sensitive -c" "-c" "foobar" "tests/test.c" "void foobar" | 140 | run_test_with_flags "Case Sensitive -c" "-c" "foobar" "tests/test.c" "void foobar" |
