Renae to test_xy

This commit is contained in:
Aoran Zeng
2023-09-03 14:58:13 +08:00
parent eb6481256b
commit cb9c4ed4c5
2 changed files with 6 additions and 7 deletions

View File

@@ -9,7 +9,7 @@ all:
@gcc chsrc.c $(CFLAGS) -o $(TARGET)
test:
@gcc test_helper.c -o $(TEST_TARGET)
@gcc test_xy.c -o $(TEST_TARGET)
@./$(TEST_TARGET)
test_cmd: $(TARGET)