bob/test/test.sh
Simon Petit 8d249a6aa8
Some checks failed
continuous-integration/drone/push Build is failing
polishing testing
2024-12-05 12:36:55 +01:00

22 lines
354 B
Bash
Executable File

#!/usr/bin/env bash
# Text color variables
RED='\033[0;31m'
GREEN='\033[0;32m'
YELLOW='\033[0;33m'
NC='\033[0m' # No Color (reset)
echo -e "${YELLOW}Testing markown parser :${NC}\n"
./test/parser/test_md_parser.sh ./lib/markdown.awk awk
exit $?
# echo -e "${YELLOW}Testing bob init :${NC}\n"
# author="author"
# blog="blog"
# lang="fr"
# dark="y"