Skip to content

Commit

Permalink
v0.9にバージョニング
Browse files Browse the repository at this point in the history
  • Loading branch information
mass-0910 committed Oct 14, 2023
1 parent 88fb550 commit 17129ac
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 6 deletions.
6 changes: 3 additions & 3 deletions VERSION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# encoing Shift-JIS
_PRODUCTVERSION=0.8
Comments=HSP3�e�X�g�t���[�����[�N
FileDescription=HSP3�e�X�g�t���[�����[�N���s�t�@�C��
_PRODUCTVERSION=0.9
Comments=HSP3 testing framework
FileDescription=hsptest exe file
LegalCopyright=(c)2023 mass-0910
ProductName=hsptest
6 changes: 3 additions & 3 deletions hsptest.hsp
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

#define HSPTEST_TESTCALL_AX_NAME "__hsptest_start.ax"

version = "0.8"
version = "0.9"

sdim stdout, 2000
sdim ln, 2000
Expand Down Expand Up @@ -109,11 +109,11 @@ repeat search_entry_num
}

if strsize != -1 {
// �\�������t�@�C�����̐��`
// �\�������t�@�C�����̐��`
sdim rel_path, 260
abs_pathes = get_absolute_path("."), get_absolute_path(entry)
a = PathRelativePathToA(varptr(rel_path), abs_pathes(0), 0x10, abs_pathes(1), 0)
strrep rel_path, "\\", "/" // �o�b�N�X���b�V�����p�X�̃f���~�^�ɂ���ƁA�e�X�g���[�`���Ăяo���X�N���v�g��include���ɓ˂����񂾂Ƃ��ɃG�X�P�[�v�V�[�P���X�ƌ�F����邽�߁A�f���~�^���X���b�V���ɒu������
strrep rel_path, "\\", "/" // �o�b�N�X���b�V�����p�X�̃f���~�^�ɂ���ƁA�e�X�g���[�`���Ăяo���X�N���v�g��include���ɓ˂����񂾂Ƃ��ɃG�X�P�[�v�V�[�P���X�ƌ�F����邽�߁A�f���~�^���X���b�V���ɒu������
strrep rel_path, "./", ""
notesel testcodes
noteadd rel_path + ";" + getpath(entry, 32)
Expand Down
24 changes: 24 additions & 0 deletions readme.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
hsptest v0.9

この度はhsptestをダウンロードしていただきありがとうございます。

hsptestとは、HSP3言語で書かれたプログラムをテストするためのフレームワークです。


■ インストール方法

hsptestは以下の手順でインストールしてください。

1. HSP3インストールフォルダ(例:C:/hsp36)を環境変数PATHに追加します
2. hsptest.zipを解凍し、install.batを実行します。


■ hsptestユーザマニュアル

hsptestの使い方は、hsptestユーザマニュアルをご覧ください。
https://github.com/mass-0910/hsptest/wiki/hsptest%E3%83%A6%E3%83%BC%E3%82%B6%E3%83%9E%E3%83%8B%E3%83%A5%E3%82%A2%E3%83%AB


■ ライセンス

同梱のLICENSEをご覧ください。

0 comments on commit 17129ac

Please sign in to comment.