Skip to content

Commit 26e2f4e

Browse files
committed
Makefile: Enable all tests for unix port
1 parent 5b0c1dc commit 26e2f4e

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

Makefile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -134,8 +134,7 @@ webassembly: $(WEBASSEMBLY_MICROPYTHON)
134134

135135

136136
check_unix: $(UNIX_MICROPYTHON) $(TEST_PY)
137-
$(UNIX_MICROPYTHON) tests/test_all.py test_iir,test_fft,test_arrayutils,test_linreg,test_logreg
138-
# TODO: enable more modules
137+
$(UNIX_MICROPYTHON) tests/test_all.py
139138

140139
rp2: $(PORT_DIR) $(SRC_ALL) src/manifest_unix.py
141140
$(MAKE) -C $(MPY_DIR)/ports/rp2 V=1 USER_C_MODULES=$(C_MODULES_SRC_PATH)/micropython.cmake FROZEN_MANIFEST=$(MANIFEST_PATH) CFLAGS_EXTRA='-Wno-unused-function -Wno-unused-function' -j4

0 commit comments

Comments
 (0)