1
0
mirror of https://github.com/mre/mos6502.git synced 2024-09-27 03:55:26 +00:00

Remove skeptic to test no_std

This commit is contained in:
Matthias Endler 2018-10-30 00:20:06 +01:00
parent e745abc7e5
commit 9846324e61
3 changed files with 1 additions and 14 deletions

View File

@ -32,7 +32,6 @@ description = "A MOS 6502 Emulator"
license = "BSD-3-Clause"
version = "0.0.1"
authors = ["The 6502-rs Developers"]
build = "build.rs"
[lib]
# This will look in src/lib.rs
@ -41,10 +40,4 @@ name = "mos6502"
[dependencies]
bitflags = "0.9.1"
log = "0.3.8"
num = "0.1"
[build-dependencies]
skeptic = "0.13"
[dev-dependencies]
skeptic = "0.13"
num = "0.1"

View File

@ -1,5 +0,0 @@
extern crate skeptic;
fn main() {
skeptic::generate_doc_tests(&["README.md"]);
}

View File

@ -1 +0,0 @@
include!(concat!(env!("OUT_DIR"), "/skeptic-tests.rs"));