fixed module cyclic imports (#329)

This commit is contained in:
Fabrice Bellard
2025-04-05 18:05:15 +02:00
parent c1bf4e99db
commit 159fe289e3
5 changed files with 110 additions and 14 deletions

View File

@@ -435,6 +435,7 @@ test: qjs
./qjs tests/test_bigint.js
./qjs tests/test_std.js
./qjs tests/test_worker.js
./qjs tests/test_cyclic_import.js
ifdef CONFIG_SHARED_LIBS
./qjs tests/test_bjson.js
./qjs examples/test_point.js