chore: remove obsolete host test scripts
This commit is contained in:
+1
-8
@@ -4,7 +4,7 @@ CPPFLAGS ?= -Isrc
|
||||
SRC = src/arena.c src/diag.c src/lexer.c src/ast.c src/parser.c src/types.c src/check.c src/emit_c.c src/driver.c
|
||||
OBJ = $(SRC:.c=.o)
|
||||
|
||||
.PHONY: all clean test test-cli dos-build
|
||||
.PHONY: all clean dos-build
|
||||
all: fec
|
||||
|
||||
fec: $(OBJ)
|
||||
@@ -13,13 +13,6 @@ fec: $(OBJ)
|
||||
src/%.o: src/%.c
|
||||
$(CC) $(CFLAGS) $(CPPFLAGS) -c -o $@ $<
|
||||
|
||||
test: fec
|
||||
@./tests/run-tests.sh
|
||||
@sh ./tests/run-cli-tests.sh
|
||||
|
||||
test-cli: fec
|
||||
@sh ./tests/run-cli-tests.sh
|
||||
|
||||
dos-build:
|
||||
@echo "Run build-dos.bat inside FreeDOS/Open Watcom."
|
||||
|
||||
|
||||
Reference in New Issue
Block a user