aboutsummaryrefslogtreecommitdiffstats
path: root/build.sh
diff options
context:
space:
mode:
authorYann Herklotz <ymherklotz@gmail.com>2018-03-10 23:54:13 +0000
committerYann Herklotz <ymherklotz@gmail.com>2018-03-10 23:54:13 +0000
commit5bedfc5ea4048d82f882aae633ec10cecb78f08e (patch)
tree2aebb1f1bc2e52247d5027d67d294f84553a8286 /build.sh
parent5b124ac08dead0440fdc839e2b8970e6c3e27d65 (diff)
downloadFMark-5bedfc5ea4048d82f882aae633ec10cecb78f08e.tar.gz
FMark-5bedfc5ea4048d82f882aae633ec10cecb78f08e.zip
Adding build
Diffstat (limited to 'build.sh')
-rwxr-xr-xbuild.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.sh b/build.sh
index b9b2f42..00a5deb 100755
--- a/build.sh
+++ b/build.sh
@@ -62,7 +62,7 @@ function cd_run_module() {
}
if [[ $BUILD = "testall" ]]; then
- modules=("Lexer" "TOCite" "Markalc" "Parser" "HTMLGen" "MarkdownGen")
+ modules=("Lexer" "TOCite" "Markalc" "Parser" "HTMLGen" "MarkdownGen" "Logger")
for i in "${modules[@]}"; do
cd_run_module $i
done