このサイトはJavaScriptを使用しています
ホーム
エクスプローラー
ヘルプ
サインイン
modal-studios
/
izanagi-2022
ウォッチ
1
スター
0
フォーク
0
コード
課題
0
プルリクエスト
0
リリース
0
Wiki
アクティビティ
2D Run-and-gun shooter inspired by One Man's Doomsday, Counter-Strike, and Metal Slug.
選択できるのは25トピックまでです。
トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
120
コミット
2
ブランチ
70 MiB
ブランチ:
feature/data-structs
feature/data-structs
master
ブランチ
タグ
${ item.name }
ブランチ
${ searchTerm }
を作成
'feature/data-structs' から
${ noResults }
izanagi-2022
/
src
/
packages
/
test
/
IZ_test.h
IZ_test.h
90 B
Raw
パーマリンク
通常表示
履歴
Organize test fixtures Add third-party mocks, specify mock files. /? Do we need first-party mocks in their own files, or can we provide a mock flag in the implementation files already?
2年前
1
2
3
4
5
6
7
8
#ifndef IZ_TEST_H
#define IZ_TEST_H
#include <bdd-for-c.h>
#include "IZ_mock.h"
#endif