1 Star 3 Fork 0

PLOC/凸语言

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
devfile 491 Bytes
一键复制 编辑 原始数据 按行查看 历史
刘小东 提交于 2023-09-26 20:18 +08:00 . dev version test case
prefix = /usr/local
.PHONY: clean
clean:
@$(CLEAN_ALL); clean_all
@echo "clean all fininshed"
test_memory:
sh tests_compiler.sh memory
sh tests_asmer.sh memory
sh tests_linker.sh memory
check: install test
cases = mixed class common datastruct internalpkg memory native operator runtime statement
test_compiler:
tuc run tulang.tu
test: test_compiler $(cases)
@echo "all test passed"
#make test -j9
tests: $(cases)
@echo "all test cases passed"
%: ./tests/%
@sh dev.sh $@ ;
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/ploc-org/tulang.git
git@gitee.com:ploc-org/tulang.git
ploc-org
tulang
凸语言
main

搜索帮助