clean up old samples; mark md_c_helpers with an error; remove c helper tests

This commit is contained in:
Allen Webster
2021-09-01 19:01:27 -07:00
parent 4452663046
commit a2766a2e0c
20 changed files with 30 additions and 1467 deletions
-10
View File
@@ -8,16 +8,6 @@ cd ..
build_path=$root_path/build
samples_path=$root_path/samples
echo ~~~ Running Static Site Generator Sample ~~~
cd $samples_path
if [ -d "static_site_generator/example_site" ]; then
cd static_site_generator/example_site
mkdir -p generated
cd generated
$build_path/static_site_generator.exe --siteinfo:../site_info.mdesk --pagedir:../
fi
echo
echo ~~~ Running Output Parse Sample ~~~
cd $samples_path
if [ -d "output_parse/examples" ]; then