mirror of
https://github.com/Ed94/metadesk.git
synced 2026-08-05 15:18:46 +00:00
[expr parser] getting familiar with the expression parser
This commit is contained in:
+4
-1
@@ -5,11 +5,14 @@ og_path=$PWD
|
||||
cd "$(dirname "$0")"
|
||||
cd ..
|
||||
|
||||
echo ~~~ Running Sanity Tests ~~~
|
||||
mkdir -p build
|
||||
cd build
|
||||
|
||||
echo ~~~ Running Sanity Tests ~~~
|
||||
./sanity_tests.exe
|
||||
./unicode_test.exe
|
||||
|
||||
echo ~~~ Running Expression Tests ~~~
|
||||
./expression_tests.exe
|
||||
|
||||
###### Restore Path ###########################################################
|
||||
|
||||
Reference in New Issue
Block a user