From 7df3c8cdf945e5b98df8b04a084fabbdaf058946 Mon Sep 17 00:00:00 2001
From: Timm Fitschen <timm.fitschen@ds.mpg.de>
Date: Tue, 9 Oct 2018 16:01:25 +0200
Subject: [PATCH] Update README_SETUP.md

---
 README_SETUP.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/README_SETUP.md b/README_SETUP.md
index 274e05d4..43e9f1a1 100644
--- a/README_SETUP.md
+++ b/README_SETUP.md
@@ -4,6 +4,7 @@
 * The `libs` folder contains all necessary third-party libraries as zip files.
 * The `test` folder contains the unittests for the webinterface.
 * The `ext` folder contains extension for the webinterface. The make file will copy all javascript files from `ext/js/` into the public folder and links the javascript in the `public/xsl/main.xsl`.
+* The `misc` folder contains a simple http server which is used for running the unit tests. 
 
 # Setup
 
-- 
GitLab