Skip to content

Commit 96b0f96

Browse files
committed
fix: add missing rempio2_test target in TEST_PROGS
1 parent d810be3 commit 96b0f96

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ MQJS_BUILD_FLAGS=-m32
7878
endif
7979

8080
PROGS=mqjs$(EXE) example$(EXE)
81-
TEST_PROGS=dtoa_test libm_test
81+
TEST_PROGS=dtoa_test libm_test rempio2_test
8282

8383
all: $(PROGS)
8484

0 commit comments

Comments
 (0)