bob/test/test.sh
Simon Petit d3d673d441
All checks were successful
continuous-integration/drone/push Build is passing
removing useless test
2024-12-05 12:29:47 +01:00

20 lines
335 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
echo -e "${YELLOW}Testing bob init :${NC}\n"
author="author"
blog="blog"
lang="fr"
dark="y"