ソースを参照

Start reorganizing for tests; add cloc.sh; fix version.

master
Ben Kurtovic 9年前
コミット
49237080a2
4個のファイルの変更2行の追加1行の削除
  1. +1
    -0
      scripts/cloc.sh
  2. +1
    -1
      src/version.h
  3. +0
    -0
      tests/z80/01_basic_math.asm
  4. +0
    -0
      tests/z80/_header.asm

+ 1
- 0
scripts/cloc.sh ファイルの表示

@@ -0,0 +1 @@
cloc src/ tests/ scripts/ crater.c makefile --exclude-ext=sh

+ 1
- 1
src/version.h ファイルの表示

@@ -3,4 +3,4 @@

#pragma once

#define CRATER_VERSION "0.1.0-dev"
#define CRATER_VERSION "0.1.dev0"

tests/01_basic_math.asm → tests/z80/01_basic_math.asm ファイルの表示


tests/_header.asm → tests/z80/_header.asm ファイルの表示


読み込み中…
キャンセル
保存