added tests for topological-sort
svn: r14813 original commit: 9c99a32d29f37cf5dfb06468b3579c94a9a71089
This commit is contained in:
parent
304cdc2483
commit
18b996199b
|
@ -1,7 +1,7 @@
|
||||||
#lang scheme/base
|
#lang scheme/base
|
||||||
|
|
||||||
(require tests/eli-tester profile/structs profile/analyzer
|
(require tests/eli-tester profile/structs profile/analyzer
|
||||||
scheme/match scheme/list)
|
scheme/match scheme/list "topsort.ss")
|
||||||
|
|
||||||
(define A '(A . #f))
|
(define A '(A . #f))
|
||||||
(define B '(B . #f))
|
(define B '(B . #f))
|
||||||
|
@ -37,6 +37,8 @@
|
||||||
|
|
||||||
(test
|
(test
|
||||||
|
|
||||||
|
do (topological-sort-tests)
|
||||||
|
|
||||||
(match (analyze `(10
|
(match (analyze `(10
|
||||||
[0 0 ,A]
|
[0 0 ,A]
|
||||||
[0 1 ,A]))
|
[0 1 ,A]))
|
||||||
|
|
Loading…
Reference in New Issue
Block a user