diff --git a/beautiful-racket-demo/basic-demo/info.rkt b/beautiful-racket-demo/basic-demo/info.rkt new file mode 100644 index 0000000..58d3f50 --- /dev/null +++ b/beautiful-racket-demo/basic-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 diff --git a/beautiful-racket-demo/bf-demo/info.rkt b/beautiful-racket-demo/bf-demo/info.rkt index 2df8ff5..58d3f50 100644 --- a/beautiful-racket-demo/bf-demo/info.rkt +++ b/beautiful-racket-demo/bf-demo/info.rkt @@ -1,3 +1,3 @@ #lang info - -(define compile-omit-paths 'all) \ No newline at end of file +(define compile-omit-paths 'all) +(define test-omit-paths 'all) \ No newline at end of file diff --git a/beautiful-racket-demo/funstacker-demo/info.rkt b/beautiful-racket-demo/funstacker-demo/info.rkt new file mode 100644 index 0000000..58d3f50 --- /dev/null +++ b/beautiful-racket-demo/funstacker-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 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/hdl-tst-demo/info.rkt b/beautiful-racket-demo/hdl-tst-demo/info.rkt new file mode 100644 index 0000000..58d3f50 --- /dev/null +++ b/beautiful-racket-demo/hdl-tst-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 diff --git a/beautiful-racket-demo/jsonic-demo-2/info.rkt b/beautiful-racket-demo/jsonic-demo-2/info.rkt new file mode 100644 index 0000000..58d3f50 --- /dev/null +++ b/beautiful-racket-demo/jsonic-demo-2/info.rkt @@ -0,0 +1,3 @@ +#lang info +(define compile-omit-paths 'all) +(define test-omit-paths 'all) \ No newline at end of file diff --git a/beautiful-racket-demo/jsonic-demo/info.rkt b/beautiful-racket-demo/jsonic-demo/info.rkt new file mode 100644 index 0000000..58d3f50 --- /dev/null +++ b/beautiful-racket-demo/jsonic-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 diff --git a/beautiful-racket-demo/stacker-demo/info.rkt b/beautiful-racket-demo/stacker-demo/info.rkt new file mode 100644 index 0000000..58d3f50 --- /dev/null +++ b/beautiful-racket-demo/stacker-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 diff --git a/beautiful-racket-demo/stackerizer-demo/info.rkt b/beautiful-racket-demo/stackerizer-demo/info.rkt new file mode 100644 index 0000000..58d3f50 --- /dev/null +++ b/beautiful-racket-demo/stackerizer-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 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 diff --git a/beautiful-racket-demo/wires-demo/info.rkt b/beautiful-racket-demo/wires-demo/info.rkt new file mode 100644 index 0000000..58d3f50 --- /dev/null +++ b/beautiful-racket-demo/wires-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