Filtering...

cgen-testing

books/acl2s/cgen-testing
other
(in-package "ACL2S")
other
(include-book "acl2s/ccg/ccg" :uncertified-okp nil :dir :system :ttags ((:ccg)) :load-compiled-file nil)
other
(include-book "acl2s/base-theory" :dir :system :ttags :all)
other
(include-book "acl2s/custom" :dir :system :ttags :all)
other
(include-book "acl2s/cgen/top" :dir :system :ttags :all)
other
(must-succeed (test? (implies (and (equal x y)) (and))))
other
(must-succeed (test? (implies (and (equal x y)
        (equal y x)
        (equal x y))
      (and))))
other
(must-succeed (test? (implies (and (equal x y)
        (equal x (+ z y)))
      (and))))
other
(must-succeed (test? (implies (and (equal x y))
      (and (equal x y)))))
other
(must-succeed (test? (implies (and (== x y)
        (== y x)
        (== z y))
      (== x y))))
other
(must-succeed (test? (implies (and (== x y)
        (== y x)
        (== z y))
      (== x z))))
other
(must-succeed (test? (implies (and (== x y)
        (== y x)
        (== z y)
        (== a b)
        (== c d)
        (== b x)
        (== d y))
      (== x a))))