From e050e63a09610751c672696323ccdd002cf24ea8 Mon Sep 17 00:00:00 2001 From: drodri Date: Fri, 13 Mar 2015 01:07:39 +0100 Subject: [PATCH] added bii test support, tested with new layout --- .gitignore | 2 ++ biicode.conf | 4 ++++ 2 files changed, 6 insertions(+) diff --git a/.gitignore b/.gitignore index 49779f1e7..27b33a404 100644 --- a/.gitignore +++ b/.gitignore @@ -72,3 +72,5 @@ tests/title tests/version tests/windows +bii +bin \ No newline at end of file diff --git a/biicode.conf b/biicode.conf index 5a619055b..495597415 100644 --- a/biicode.conf +++ b/biicode.conf @@ -16,3 +16,7 @@ deps/getopt.c + deps/getopt.h tests/* + deps/getopt.h examples/* + deps/getopt.h + examples/boing.c - tests/* + +[tests] + tests/* \ No newline at end of file