@@ -114,10 +114,21 @@ (if (string-match (regexp modpatt) item) (set! res #t)))) (string-split patts ",")) res) #t)) + +(define (common:get-runconfig-targets) + (sort (map car (hash-table->alist + (read-config "runconfigs.config" + (make-hash-table) #f))) string