diff --git a/README.md b/README.md
index 4a55d19a12b7ccb9c0abfd5f82852ccf3c1abc6a..ea6f6289250269700606980a1eea31253efec753 100644
--- a/README.md
+++ b/README.md
@@ -1,2 +1,14 @@
 # libdap
 Deus Applications Prototypes: core library
+
+[![Build Status](https://travis-ci.com/demlabsinc/libdap.svg?branch=master)](https://travis-ci.com/demlabsinc/libdap)
+
+## Build and Run tests:
+```
+mkdir build
+cd build
+cmake ../
+make libdap-test
+./test/libdap-test
+```
+
diff --git a/test/README.md b/test/README.md
deleted file mode 100644
index 15f266a09b6cc8237240189d2feb92345f67cbff..0000000000000000000000000000000000000000
--- a/test/README.md
+++ /dev/null
@@ -1,10 +0,0 @@
-[![Build Status](https://travis-ci.com/demlabsinc/libdap.svg?branch=master)](https://travis-ci.com/demlabsinc/libdap)
-
-Build and Run tests:
-```
-mkdir build
-cd build 
-cmake ../
-make
-./libdap-test
-```