diff options
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 |