We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d55153b commit 47490f4Copy full SHA for 47490f4
.travis.yml
@@ -10,4 +10,4 @@ install:
10
- (cd SDL2-2.0.5 && ./configure && make && sudo make install)
11
script:
12
- cargo build -v
13
- - cargo test --no-run
+ - cargo test --no-run --features="use-sdl2 use-image"
src/plotter.rs
@@ -55,6 +55,7 @@ impl Drop for Plotter {
55
}
56
57
#[cfg(test)]
58
+#[cfg(feature="use-sdl2")]
59
mod test {
60
use super::*;
61
use plotbuilder::*;
0 commit comments