]> git.sesse.net Git - movit/commit
Turn off .dot and .frag file generation during unit tests.
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Sun, 19 Jan 2014 17:41:21 +0000 (18:41 +0100)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Sun, 19 Jan 2014 17:41:21 +0000 (18:41 +0100)
commita9bd8dc1e30b82bc99a445f80df09488b4f9d1f4
tree1f72a535c7be8fd8c9507b758df89a812f8ccb5c
parentc4f0d4e876a8177db5738596f22349e030e0a1dc
Turn off .dot and .frag file generation during unit tests.

Even though this is sometimes useful in the effect_chain_test,
this makes the test suite literally five times as fast on my
machine due to all the disk I/O. We can always turn it on again
when debugging specific issues.
test_util.cpp