about summary refs log tree commit diff stats
path: root/js/scripting-lang/run_tests.sh
diff options
context:
space:
mode:
Diffstat (limited to 'js/scripting-lang/run_tests.sh')
-rwxr-xr-xjs/scripting-lang/run_tests.sh9
1 files changed, 6 insertions, 3 deletions
diff --git a/js/scripting-lang/run_tests.sh b/js/scripting-lang/run_tests.sh
index b456ff0..674d51a 100755
--- a/js/scripting-lang/run_tests.sh
+++ b/js/scripting-lang/run_tests.sh
@@ -69,9 +69,12 @@ unit_tests=(
     "tests/12_advanced_tables.txt:Advanced Tables"
     "tests/13_standard_library_complete.txt:Complete Standard Library"
     "tests/14_error_handling.txt:Error Handling"
-    # "tests/15_performance_stress.txt:Performance and Stress"
-    # "tests/16_advanced_functional.txt:Advanced Functional Programming"
-    # "tests/17_real_world_scenarios.txt:Real-World Scenarios"
+    "tests/15_performance_stress.txt:Performance and Stress"
+    "tests/16_function_composition.txt:Advanced Functional Programming"
+    "tests/17_table_enhancements.txt:Table Enhancements"
+    "tests/18_each_combinator.txt:Each Combinator"
+    "tests/19_embedded_functions.txt:Embedded Functions"
+    "tests/20_via_operator.txt:Via Operator"
 )
 
 for test in "${unit_tests[@]}"; do