From 25dea678662d288084497f30b4eeea7bd117a891 Mon Sep 17 00:00:00 2001 From: vitusortner Date: Sat, 1 Feb 2020 14:45:29 +0100 Subject: [PATCH] Update README with correct URL and Linux test instructions --- 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).*