From 98c5c96356b4d87dfb21206c38022bec6896e762 Mon Sep 17 00:00:00 2001 From: Sam Caldwell Date: Sat, 21 Mar 2020 09:35:16 -0400 Subject: [PATCH] omit 7gui examples in tests --- racket/syndicate-gui-toolbox/info.rkt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/racket/syndicate-gui-toolbox/info.rkt b/racket/syndicate-gui-toolbox/info.rkt index 6ce60ad..21dc29c 100644 --- a/racket/syndicate-gui-toolbox/info.rkt +++ b/racket/syndicate-gui-toolbox/info.rkt @@ -2,3 +2,7 @@ (define compile-omit-paths '("examples")) + +(define test-omit-paths + '(;; depends on Matthias's 7GUI project which is not on the package server + "examples"))