]> gitweb.factorcode.org Git - factor.git/blob - basis/compiler/cfg/scheduling/scheduling-tests.factor
Making some scheduling assertions only run in unit tests
[factor.git] / basis / compiler / cfg / scheduling / scheduling-tests.factor
1 USING: compiler.cfg.scheduling vocabs.loader namespaces tools.test ;
2 IN: compiler.cfg.scheduling.tests
3
4 ! Recompile compiler.cfg.scheduling with extra tests,
5 ! and see if any errors come up. Back when there were
6 ! errors of this kind, they always surfaced this way.
7
8 t check-scheduling? [
9     [ ] [ "compiler.cfg.scheduling" reload ] unit-test
10     [ ] [ "compiler.cfg.dependence" reload ] unit-test
11 ] with-variable