-renamed build folders, more logical names.

main
Harry van Haaren 2013-09-15 20:47:22 +01:00
parent 61cee7a46d
commit 205aba43b4
4 changed files with 12 additions and 5 deletions

4
.gitignore vendored
View File

@ -8,5 +8,5 @@ planning/*
src/*.o src/*.o
luppp luppp
testBuild/* build/*
releaseBuild/* buildTest/*

3
build/tup.config Normal file
View File

@ -0,0 +1,3 @@
# no build flags for release mode
CONFIG_LUPPP_BUILD_TESTS=n

4
buildTest/tup.config Normal file
View File

@ -0,0 +1,4 @@
# no build flags for release mode
CONFIG_LUPPP_BUILD_TESTS=y

View File

@ -15,11 +15,11 @@
set -e set -e
rm -r testBuild/src/ rm -rf buildTest/src/
tup upd testBuild/ tup upd buildTest/
cd testBuild/ cd buildTest/
./luppp ./luppp