diff options
author | Alon Zakai <alonzakai@gmail.com> | 2012-06-27 15:50:32 -0700 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2012-06-27 15:52:25 -0700 |
commit | 25ef30fdbeaf63217e8c61b4bca3b7dcce8a54ac (patch) | |
tree | 2f8bbfcf43352b4940a683923bd99afe4e2c1b70 /tests/runner.py | |
parent | 74a7e8e3e03d0c7efe987b1d667c951482655100 (diff) |
support for anisotropic filtering
Diffstat (limited to 'tests/runner.py')
-rwxr-xr-x | tests/runner.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/runner.py b/tests/runner.py index 852928ef..44ede42c 100755 --- a/tests/runner.py +++ b/tests/runner.py @@ -7906,9 +7906,9 @@ elif 'browser' in str(sys.argv): shutil.move('water.dds', 'water.donotfindme.dds') # make sure we load from the compressed self.btest('s3tc_crunch.c', reference='s3tc_crunch.png', args=['--pre-js', 'pre.js']) - def zzztest_aniso(self): + def test_aniso(self): shutil.copyfile(path_from_root('tests', 'water.dds'), 'water.dds') - self.btest('aniso.c', reference='aniso.png', args=['--preload-file', 'water.dds', '-s', 'GL_DEBUG=1']) + self.btest('aniso.c', reference='aniso.png', args=['--preload-file', 'water.dds']) def test_pre_run_deps(self): # Adding a dependency in preRun will delay run |