Skip to content

Commit

Permalink
Move test-related files to test directory.
Browse files Browse the repository at this point in the history
  • Loading branch information
larsbrinkhoff committed Jul 31, 2017
1 parent bccdd76 commit 38ee1e5
Show file tree
Hide file tree
Showing 8 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ stages:
job1:
stage: build
script:
- sh -ex install-deps.sh install_linux
- sh -ex test/install-deps.sh install_linux
- make check M32=$M32 TARGET=x86 OS=linux
2 changes: 1 addition & 1 deletion .scrutinizer.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
build:
dependencies:
override:
- 'sh -e install-deps.sh install_linux'
- 'sh -e test/install-deps.sh install_linux'
tests:
before:
- 'make check M32= TARGET=x86 OS=linux'
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ matrix:
env: TARGET=asmjs M32=-m32 JS=js24
- os: osx
env: TARGET=asmjs M32=-m32 JS=nodejs
install: sh -e install-deps.sh install_${TRAVIS_OS_NAME:-linux}
install: sh -e test/install-deps.sh install_${TRAVIS_OS_NAME:-linux}
script: make ${CHECK:-check} M32=$M32 TARGET=$TARGET OS=$OS
notifications:
email: [email protected]
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ web:

include $(TDIR)/forth.mk

include check.mk
include test/check.mk

clean: t-clean
rm -f forth *-forth test-* *-stamp *.exe conf.mk forth.html forth.js
4 changes: 2 additions & 2 deletions build.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ File: [`appveyor.yml`](https://github.com/larsbrinkhoff/lbForth/blob/master/appv
## [Bitrise](http://bitrise.io/)
[![Bitrise](https://www.bitrise.io/app/663938c8cb3bee14.svg?token=34FFBj3CLaI1yWXqou5JEg&branch=master)](https://www.bitrise.io/app/663938c8cb3bee14)
OS: MacOS X
Install: `install-deps.sh install_osx`
Install: `test/install-deps.sh install_osx`
Build: `gnumake M32=`
Test: `gnumake check M32=`

Expand All @@ -41,7 +41,7 @@ OS: Linux: Ubuntu 14
Setup:

git submodule update --init
install-deps.sh install_linux
test/install-deps.sh install_linux

Build:

Expand Down
2 changes: 1 addition & 1 deletion circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ general:

dependencies:
override:
- sh install-deps.sh install_linux
- sh test/install-deps.sh install_linux

test:
override:
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 38ee1e5

Please sign in to comment.