1 Star 2 Fork 0

PLOC / 凸语言

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
devfile 491 Bytes
一键复制 编辑 原始数据 按行查看 历史
刘小东 提交于 2023-09-26 20:18 . 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 $@ ;
1
https://gitee.com/ploc-org/tulang.git
git@gitee.com:ploc-org/tulang.git
ploc-org
tulang
凸语言
main

搜索帮助