mirror of
https://github.com/Ed94/metadesk.git
synced 2026-08-05 15:18:46 +00:00
expression parser; first pass.
This commit is contained in:
Regular → Executable
Regular → Executable
Regular → Executable
Regular → Executable
Regular → Executable
+1
@@ -12,6 +12,7 @@ bin/bld_core.sh show_ctx
|
||||
bin/bld_core.sh unit sanity_tests tests/sanity_tests.c
|
||||
bin/bld_core.sh unit unicode_test tests/unicode_test.c
|
||||
bin/bld_core.sh unit cpp_build_test tests/cpp_build_test.cpp
|
||||
bin/bld_core.sh unit expression_tests tests/expression_tests.c
|
||||
|
||||
echo
|
||||
|
||||
|
||||
Regular → Executable
Regular → Executable
+1
@@ -10,6 +10,7 @@ mkdir -p build
|
||||
cd build
|
||||
./sanity_tests.exe
|
||||
./unicode_test.exe
|
||||
./expression_tests.exe
|
||||
|
||||
###### Restore Path ###########################################################
|
||||
cd $og_path
|
||||
|
||||
Reference in New Issue
Block a user