Skip to content
This repository was archived by the owner on Mar 23, 2023. It is now read-only.

Commit e19dab7

Browse files
committed
Make stdlib tests depend on traceback lib
1 parent 8a653ef commit e19dab7

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,8 @@ $(patsubst %,build/src/__python__/%/module.d,$(STDLIB_PACKAGES)): build/bin/pyde
265265
$(patsubst %,$(PKG_DIR)/__python__/%.a,$(STDLIB_PACKAGES)): $(RUNTIME)
266266

267267
define GRUMPY_STDLIB_TEST
268-
build/testing/$(notdir $(1)).pass: $(RUNTIME) $(PKG_DIR)/__python__/$(1).a $(RUNNER_BIN)
268+
build/testing/$(notdir $(1)).pass: $(RUNTIME) $(PKG_DIR)/__python__/$(1).a $(RUNNER_BIN) $(PKG_DIR)/__python__/traceback.a
269+
@mkdir -p $$(@D)
269270
@$(RUNNER_BIN) -m $(subst /,.,$(1))
270271
@touch $$@
271272
@echo 'lib/$(1) PASS'

0 commit comments

Comments
 (0)