Browse Source

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

master
Ben Kurtovic 9 years ago
parent
commit
49237080a2
4 changed files with 2 additions and 1 deletions
  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 View File

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

+ 1
- 1
src/version.h View File

@@ -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 View File


tests/_header.asm → tests/z80/_header.asm View File


Loading…
Cancel
Save