www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

commit 4152db6575cf40364bcfa75b1be6a34a0f6b23b3
parent 12d73ee2a96dd3251e9c7d43b0c677fae788b556
Author: Stephen Chang <stchang@ccs.neu.edu>
Date:   Thu, 22 Oct 2015 17:12:11 -0400

add occurrence and overloading to run-all-tests

Diffstat:
Mtapl/tests/run-all-tests.rkt | 6++++--
1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/tapl/tests/run-all-tests.rkt b/tapl/tests/run-all-tests.rkt @@ -25,4 +25,7 @@ ;; F_omega (require "fomega-tests.rkt") (require "fomega2-tests.rkt") -(require "fomega3-tests.rkt") -\ No newline at end of file +(require "fomega3-tests.rkt") + +(require "stlc+occurrence-tests.rkt") +(require "stlc+overloading-tests.rkt")