test: enroll lib/regex in test-library; retire 989_regex_run
This commit is contained in:
4
Makefile
4
Makefile
@@ -465,13 +465,15 @@ $(BYTEID_WW_TARGETS): wwtest/%: $(BIN)/ww $(BIN)/w6c $(BIN)/w6a \
|
||||
test-lang: $(LANG_TEST_TARGETS)
|
||||
|
||||
test-library: $(LIBRARY_TEST_TARGETS) $(BIN)/w6c $(BIN)/w6c_ww \
|
||||
$(LIBRARY_STANDALONE_SOURCES)
|
||||
$(WWTEST_BIN) $(LIBRARY_STANDALONE_SOURCES)
|
||||
@set -e; for f in $(LIBRARY_STANDALONE_SOURCES); do \
|
||||
echo "library compile c $$f"; \
|
||||
$(CURDIR)/$(BIN)/w6c $(CURDIR)/$$f > /dev/null; \
|
||||
echo "library compile ww $$f"; \
|
||||
$(CURDIR)/$(BIN)/w6c_ww $(CURDIR)/$$f > /dev/null; \
|
||||
done
|
||||
@echo "ww test lib/regex"
|
||||
@$(CURDIR)/$(BIN)/ww test lib/regex
|
||||
|
||||
test-bootstrap-native: $(WRAPPER_TOOLS) $(BOOTSTRAP_WRAPPER_BINS)
|
||||
@set -e; for t in $(BOOTSTRAP_WRAPPER_BINS); do \
|
||||
|
||||
Reference in New Issue
Block a user