From 5aa9486d4d909a105e9a21571e9fc1822bd2739a Mon Sep 17 00:00:00 2001 From: Vitus Date: Sat, 1 Feb 2020 16:07:19 +0100 Subject: [PATCH] Update README with correct URL and Linux test instructions (#253) --- README.md | 6 ++++-- floor/README.md | 6 ++++-- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 9ec4b2fa..38927284 100644 --- a/README.md +++ b/README.md @@ -478,7 +478,9 @@ class Person { ## Testing In order to run database tests on your development machine without the need to deploy the code to an actual device, the setup has to be configured as shown in the following. -For more test references, check out the [project's tests](https://github.com/vitusortner/floor/tree/develop/floor/integration). +For more test references, check out the [project's tests](https://github.com/vitusortner/floor/tree/develop/floor/test/integration). + +In case you're running Linux, make sure to have sqlite3 and libsqlite3-dev installed. #### pubspec.yaml ```yaml @@ -546,7 +548,7 @@ void main() { ``` ## Examples -For further examples take a look at the [example](https://github.com/vitusortner/floor/tree/develop/example) and [test](https://github.com/vitusortner/floor/tree/develop/floor/integration) directories. +For further examples take a look at the [example](https://github.com/vitusortner/floor/tree/develop/example) and [test](https://github.com/vitusortner/floor/tree/develop/floor/test/integration) directories. ## Naming *Floor - the bottom layer of a [Room](https://developer.android.com/topic/libraries/architecture/room).* diff --git a/floor/README.md b/floor/README.md index 9ec4b2fa..38927284 100644 --- a/floor/README.md +++ b/floor/README.md @@ -478,7 +478,9 @@ class Person { ## Testing In order to run database tests on your development machine without the need to deploy the code to an actual device, the setup has to be configured as shown in the following. -For more test references, check out the [project's tests](https://github.com/vitusortner/floor/tree/develop/floor/integration). +For more test references, check out the [project's tests](https://github.com/vitusortner/floor/tree/develop/floor/test/integration). + +In case you're running Linux, make sure to have sqlite3 and libsqlite3-dev installed. #### pubspec.yaml ```yaml @@ -546,7 +548,7 @@ void main() { ``` ## Examples -For further examples take a look at the [example](https://github.com/vitusortner/floor/tree/develop/example) and [test](https://github.com/vitusortner/floor/tree/develop/floor/integration) directories. +For further examples take a look at the [example](https://github.com/vitusortner/floor/tree/develop/example) and [test](https://github.com/vitusortner/floor/tree/develop/floor/test/integration) directories. ## Naming *Floor - the bottom layer of a [Room](https://developer.android.com/topic/libraries/architecture/room).*