-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
6a8fade
commit ea7b55d
Showing
5 changed files
with
59 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
#hjson | ||
// * 🎯用于测试NARust-158 | ||
// * ✨纯Rust编写的完整OpenNARS 1.5.8复刻版本 | ||
{ | ||
// 使用「原生」输入输出转译器 | ||
translators: native | ||
command: { | ||
// * ⚠️必须前缀`./`以指定是「启动当前工作目录下的exe文件」 | ||
cmd: ./narust_158_batch.exe | ||
cmdArgs: [] | ||
// * 🚩现在基于「固定位置的CIN程序包」运行测试 | ||
// * 回溯路径:config(`./`) => cli => tests => src => BabelNAR.rs / executables | ||
currentDir: ./../../../../executables | ||
} | ||
autoRestart: true | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters