From 02d912b56486035f181850986ab575e770a152ed Mon Sep 17 00:00:00 2001 From: Matthew Butterick Date: Wed, 4 Jan 2017 18:09:34 -0800 Subject: [PATCH] omit some compiles --- beautiful-racket-demo/hdl-demo/info.rkt | 4 +++- beautiful-racket-demo/txtadv-demo/info.rkt | 3 +++ 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 beautiful-racket-demo/txtadv-demo/info.rkt diff --git a/beautiful-racket-demo/hdl-demo/info.rkt b/beautiful-racket-demo/hdl-demo/info.rkt index e3d24be..1569386 100644 --- a/beautiful-racket-demo/hdl-demo/info.rkt +++ b/beautiful-racket-demo/hdl-demo/info.rkt @@ -1,3 +1,5 @@ #lang info -(define module-suffixes '(#"hdl" #"tst" #"cmp")) \ No newline at end of file +(define module-suffixes '(#"hdl" #"tst" #"cmp")) +(define compile-omit-paths 'all) +(define test-omit-paths 'all) \ No newline at end of file diff --git a/beautiful-racket-demo/txtadv-demo/info.rkt b/beautiful-racket-demo/txtadv-demo/info.rkt new file mode 100644 index 0000000..58d3f50 --- /dev/null +++ b/beautiful-racket-demo/txtadv-demo/info.rkt @@ -0,0 +1,3 @@ +#lang info +(define compile-omit-paths 'all) +(define test-omit-paths 'all) \ No newline at end of file